We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049d2f8 commit 047fd5eCopy full SHA for 047fd5e
src/networks.ts
@@ -70,12 +70,23 @@ export const networkInfo = new Map<number, NetworkInfo>([
70
},
71
],
72
[
73
- 246,
+ 324,
74
{
75
- chainID: 246,
76
- name: "Energy Web Chain",
77
- shortName: "ewt",
78
- currencySymbol: "EWT",
+ chainID: 324,
+ name: "Zk Sync Era",
+ shortName: "zksync",
+ 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
89
+ baseAPI: "https://safe-transaction-zkevm.safe.global/api/v1",
90
91
92
0 commit comments