Skip to content

Commit

Permalink
change ethNetwork from number to string
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-fireblocks committed Oct 30, 2024
1 parent dd6a1e3 commit 4526504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ export namespace NCW {
hasFee: boolean;
type: string;
baseAsset: string;
ethNetwork?: number;
ethNetwork?: string;
ethContractAddress?: string;
issuerAddress?: string;
blockchainSymbol?: string;
Expand Down

0 comments on commit 4526504

Please sign in to comment.