Skip to content

Commit

Permalink
feat: change amount to stirng (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Jul 2, 2024
1 parent 1f68dda commit 682d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dapps/trade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type CollectionItemTradeAsset = BaseTradeAsset & {

export type ERC20TradeAsset = BaseTradeAsset & {
assetType: TradeAssetType.ERC20
amount: number
amount: string
}

export type ERC721TradeAsset = BaseTradeAsset & {
Expand Down

0 comments on commit 682d066

Please sign in to comment.