Skip to content

Commit

Permalink
Chore(types): update mint action types
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Dec 4, 2023
1 parent 22fdea1 commit bfda4a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/actions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ export type BridgeActionParams = {

export type MintActionParams = {
chainId: number
address: string
tokenId: number
amount: number
contractAddress: string
tokenId?: number
amount?: number
recipient?: Address
}

export type BurnActionParams = MintActionParams
Expand Down

0 comments on commit bfda4a7

Please sign in to comment.