Skip to content

Commit

Permalink
♻️ browserURL -> browserVerifyURL
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Nov 2, 2024
1 parent d3a8667 commit 80c7c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ const config: HardhatUserConfig = {
zksync: true,
verifyURL:
"https://explorer.sepolia.era.zksync.dev/contract_verification",
browserURL: "https://sepolia.explorer.zksync.io",
browserVerifyURL: "https://sepolia.explorer.zksync.io",
enableVerifyURL: true,
accounts,
ledgerAccounts,
Expand All @@ -468,7 +468,7 @@ const config: HardhatUserConfig = {
zksync: true,
verifyURL:
"https://zksync2-mainnet-explorer.zksync.io/contract_verification",
browserURL: "https://explorer.zksync.io",
browserVerifyURL: "https://explorer.zksync.io",
enableVerifyURL: true,
accounts,
ledgerAccounts,
Expand Down

0 comments on commit 80c7c5a

Please sign in to comment.