Skip to content

Commit

Permalink
Use EdgeTokenId for EdgeNetworkFee2
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Dec 19, 2023
1 parent 03a83b9 commit 68071a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export interface EdgeMetadata {
export interface EdgeNetworkFee2 {
readonly nativeAmount: string
readonly currencyPluginId: string
readonly tokenId?: string
readonly tokenId: EdgeTokenId
}

export interface EdgeTxSwap {
Expand Down

0 comments on commit 68071a9

Please sign in to comment.