From 45265046cb3bd1fc731c897055ad4c0553844d19 Mon Sep 17 00:00:00 2001 From: Yuval Niezni Date: Wed, 30 Oct 2024 11:52:02 +0200 Subject: [PATCH] change ethNetwork from number to string --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 6051e287..ae63f340 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2324,7 +2324,7 @@ export namespace NCW { hasFee: boolean; type: string; baseAsset: string; - ethNetwork?: number; + ethNetwork?: string; ethContractAddress?: string; issuerAddress?: string; blockchainSymbol?: string;