Skip to content

Commit

Permalink
add support to matic zkevm (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno authored Jan 22, 2024
1 parent 96198bf commit 2c759e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export type PublicNetwork =
| 'moonbeam'
| 'matic'
| 'mumbai'
| 'matic-zkevm'
| 'matic-zkevm-testnet'
| 'avalanche'
| 'fuji'
| 'arbitrum'
Expand Down Expand Up @@ -128,6 +130,8 @@ const chainIds: { [key in Network]: number } = {
'moonbeam': 1284,
'matic': 137,
'mumbai': 80001,
'matic-zkevm': 1101,
'matic-zkevm-testnet': 1442,
'avalanche': 0xa86a,
'fuji': 0xa869,
'optimism': 10,
Expand Down

0 comments on commit 2c759e5

Please sign in to comment.