Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Aug 22, 2024
1 parent f7e1d9a commit f2d060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.zksync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config: HardhatUserConfig = {
live: true,
},
zksyncmainnet: {
url: process.env.ARCHIVE_NODE_zksync || "https://mainnet.era.zksync.io",
url: process.env.ARCHIVE_NODE_zksyncmainnet || "https://mainnet.era.zksync.io",
ethNetwork: "mainnet",
verifyURL: "https://zksync2-mainnet-explorer.zksync.io/contract_verification",
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
Expand Down

0 comments on commit f2d060d

Please sign in to comment.