NomicLabsHardhatPluginError: Unsupported network ("sepolia", chainId: 11155111) #5167
-
I am trying to verify the contract on Sepolia network and getting below exception. I also try to this solution which is provided at this url: https://hardhat.org/hardhat-runner/plugins/nomiclabs-hardhat-etherscan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@mshahzadmalik1995 This happens when you use the old hardhat-waffle dependency. You should migrate the project to hardhat-toolbox plugin, check this migration guide here |
Beta Was this translation helpful? Give feedback.
@mshahzadmalik1995 This happens when you use the old hardhat-waffle dependency. You should migrate the project to hardhat-toolbox plugin, check this migration guide here