Skip to content

Commit

Permalink
feat: remove EWT and add zk Sync and Polygon zk evm (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Dec 3, 2023
1 parent 049d2f8 commit 047fd5e
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/networks.ts
Original file line number Diff line number Diff line change
@@ -70,12 +70,23 @@ export const networkInfo = new Map<number, NetworkInfo>([
},
],
[
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",
},
],
[

0 comments on commit 047fd5e

Please sign in to comment.