Skip to content

Commit

Permalink
feat: add signature to trade
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Jul 13, 2024
1 parent 8fbd657 commit aa8c721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dapps/trade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type TradeAssetWithBeneficiary = TradeAsset & {

export type Trade = {
id: string
signature: string
signer: string
network: Network
chainId: ChainId
Expand Down

0 comments on commit aa8c721

Please sign in to comment.