lesson14: customChains is not iterable #5244
Bilalbasheer100
started this conversation in
General
Replies: 2 comments
-
@Bilalbasheer100 Can you please leave your repo link? |
Beta Was this translation helpful? Give feedback.
0 replies
-
the below configs in hardhat.config.js work for me. In case the module can't find the rinkeby etherscan automatically
customChains: [
{
network: "rinkeby",
chainId: 4,
urls: {
apiURL: "https://api-rinkeby.etherscan.io/api",
browserURL: "https://rinkeby.etherscan.io",
},
},
], You can check out here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when iam verifying the contract this error pops up....my contract is deployed in sepolia test network but icant verify.
i have already used most of the solutions from the discussions.. but unfortunately none of them actually works
Beta Was this translation helpful? Give feedback.
All reactions