Skip to content

Commit

Permalink
fix: mainnet verify endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Dec 15, 2023
1 parent 59c86ae commit 4426cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const config: HardhatUserConfig = {
network: "opbnbmainnet",
chainId: 204,
urls: {
apiURL: `https://open-platform.nodereal.io/${process.env.ETHERSCAN_API_KEY}/op-bnb-testnet/contract/`,
apiURL: `https://open-platform.nodereal.io/${process.env.ETHERSCAN_API_KEY}/op-bnb-mainnet/contract/`,
browserURL: "https://opbnbscan.com/",
},
},
Expand Down

0 comments on commit 4426cd6

Please sign in to comment.