HardhatError: HH303: Unrecognized task verify: verify #4865
-
HardhatError: HH303: Unrecognized task verify: verify I run yarn hardhat command, and it showed that I have a verify task accounts Prints the list of accounts I required "@nomiclabs/hardhat-etherscan" in hardhat.config.js require("@nomicfoundation/hardhat-toolbox")
}) /** @type import('hardhat/config').HardhatUserConfig */ I have "@nomiclabs/hardhat-etherscan": "^3.1.6" in package.json How can I do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@monzzzz Make sure this does not have any space between |
Beta Was this translation helpful? Give feedback.
@monzzzz Make sure this does not have any space between
verify:verify
, it is the verify function which verifies the contracts (inside the utils folder).