Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia authored and github-actions[bot] committed Oct 31, 2023
1 parent 9015c53 commit dca7a8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/actions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export type MintActionParams = {
export type BurnActionParams = MintActionParams

export type QuestActionParams = {
chainId: number,
rewardToken?: Address,
rewardAmount?: bigint | FilterOperator,
startTime?: bigint | FilterOperator,
endTime?: bigint | FilterOperator,
totalParticipants?: bigint | FilterOperator,
actionSpec?: string,
chainId: number
rewardToken?: Address
rewardAmount?: bigint | FilterOperator
startTime?: bigint | FilterOperator
endTime?: bigint | FilterOperator
totalParticipants?: bigint | FilterOperator
actionSpec?: string
}

export type DelegateActionParams = {
Expand Down

0 comments on commit dca7a8c

Please sign in to comment.