TypeError: customChains is not iterable #489
-
I got this error from utils/verfiy function after running the command |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Abdurrahman-Alizada, i also got this error. I could solve it by adding the customChains in the hardhat.config.js, in the etherscan section. Like this:
It seems like for some reason the hardhat module can't find the rinkeby etherscan data automatically, so we need to pass it through the customChains options. I found this info in the Hardhat documentation: Adding support for other networks Hope this works for you too! |
Beta Was this translation helpful? Give feedback.
Hi @Abdurrahman-Alizada, i also got this error.
I could solve it by adding the customChains in the hardhat.config.js, in the etherscan section. Like this: