Skip to content

Commit

Permalink
add missing amountUsd (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrovic-fb authored Jan 15, 2024
1 parent 88700f6 commit d969e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,7 @@ export interface SmartTransfersTicketTerm {
id: string;
asset: string;
amount: string;
amountUsd?: string;
fromNetworkId: string;
fromNetworkIdName?: string;
toNetworkId: string;
Expand Down

0 comments on commit d969e55

Please sign in to comment.