Skip to content

Commit

Permalink
feat: add zkSync Mainnet to hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Jul 27, 2023
1 parent 43b7262 commit 48429fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ const userConfig: HardhatUserConfig = {
...sharedNetworkConfig,
url: `https://api.avax.network/ext/bc/C/rpc`,
},
zkSyncMainnet: {
...sharedNetworkConfig,
url: "https://mainnet.era.zksync.io",
ethNetwork: "mainnet",
zksync: true,
verifyURL:
"https://zksync2-mainnet-explorer.zksync.io/contract_verification",
},
zkSyncTestnet: {
...sharedNetworkConfig,
url: "https://testnet.era.zksync.dev",
Expand Down

0 comments on commit 48429fc

Please sign in to comment.