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 authored and bh2smith committed Dec 3, 2023
1 parent 049d2f8 commit dc98421
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 dc98421

Please sign in to comment.