diff --git a/hardhat.config.ts b/hardhat.config.ts index 5e25738b6..d1741a1c3 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -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",