From dc984210fede1100b0e9e7c4a79a33829ebb6d0a Mon Sep 17 00:00:00 2001 From: schmanu Date: Fri, 1 Dec 2023 16:58:55 +0100 Subject: [PATCH] feat: remove EWT and add zk Sync and Polygon zk evm --- src/networks.ts | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/networks.ts b/src/networks.ts index b822a33d..db824985 100644 --- a/src/networks.ts +++ b/src/networks.ts @@ -70,12 +70,23 @@ export const networkInfo = new Map([ }, ], [ - 246, + 324, { - chainID: 246, - name: "Energy Web Chain", - shortName: "ewt", - currencySymbol: "EWT", + chainID: 324, + name: "Zk Sync Era", + shortName: "zksync", + currencySymbol: "ETH", + baseAPI: "https://safe-transaction-zksync.safe.global/api/v1", + }, + ], + [ + 1101, + { + chainID: 1101, + name: "Polygon zkEVM", + shortName: "zkevm", + currencySymbol: "ETH", + baseAPI: "https://safe-transaction-zkevm.safe.global/api/v1", }, ], [