Skip to content

Commit

Permalink
add support for zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 9, 2024
1 parent 18b7575 commit 17505fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export enum SupportedNetworks {
ArbitrumOne = 42161,
Optimism = 10,
Polygon = 137,
ZkEvm = 1101,
Mumbai = 80001, // not supported yet
Avalanche = 43114,
BinanceSmartChain = 56,
Expand Down Expand Up @@ -196,6 +197,7 @@ export const ContractVersions: Record<
"1.2.0": "0x3Cc4b597E9c3f51288c6Cd0c087DC14c3FfdD966",
},
},
[SupportedNetworks.ZkEvm]: CanonicalAddresses,
[SupportedNetworks.HardhatNetwork]: CanonicalAddresses,
[SupportedNetworks.Mumbai]: CanonicalAddresses,
[SupportedNetworks.ArbitrumOne]: {
Expand Down

0 comments on commit 17505fd

Please sign in to comment.