From 68071a9d46193fc8c5a3d247aa92aca5b428f496 Mon Sep 17 00:00:00 2001 From: Paul Puey Date: Wed, 13 Dec 2023 03:22:17 -0400 Subject: [PATCH] Use EdgeTokenId for EdgeNetworkFee2 --- src/types/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/types.ts b/src/types/types.ts index 6c794e6f2..f88863126 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -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 {