Skip to content

Commit 047fd5e

Browse files
author
Manuel Gellfart
authored
feat: remove EWT and add zk Sync and Polygon zk evm (#569)
1 parent 049d2f8 commit 047fd5e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

src/networks.ts

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,23 @@ export const networkInfo = new Map<number, NetworkInfo>([
7070
},
7171
],
7272
[
73-
246,
73+
324,
7474
{
75-
chainID: 246,
76-
name: "Energy Web Chain",
77-
shortName: "ewt",
78-
currencySymbol: "EWT",
75+
chainID: 324,
76+
name: "Zk Sync Era",
77+
shortName: "zksync",
78+
currencySymbol: "ETH",
79+
baseAPI: "https://safe-transaction-zksync.safe.global/api/v1",
80+
},
81+
],
82+
[
83+
1101,
84+
{
85+
chainID: 1101,
86+
name: "Polygon zkEVM",
87+
shortName: "zkevm",
88+
currencySymbol: "ETH",
89+
baseAPI: "https://safe-transaction-zkevm.safe.global/api/v1",
7990
},
8091
],
8192
[

0 commit comments

Comments
 (0)