Skip to content

Commit

Permalink
feat: remove EWT and add zk Sync and Polygon zk evm
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Dec 1, 2023
1 parent 4b2c5b4 commit 1adbd3e
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
Expand Up @@ -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",
},
],
[
Expand Down

0 comments on commit 1adbd3e

Please sign in to comment.