HardhatError: HH303: Unrecognized task verify:verify #403
Answered
by
pappyJ
Abdurrahman-Alizada
asked this question in
Q&A
-
I'm running into this issue while running the command video time: 9:09:10 |
Beta Was this translation helpful? Give feedback.
Answered by
pappyJ
Jun 18, 2022
Replies: 1 comment 3 replies
-
make sure run |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Abdurrahman-Alizada
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make sure
@nomiclabs/hardhat-etherscan
is installed in your projectrun
npx hardhat
and check if there is verify in the available tasks section in your terminal if not , runyarn add -D @nomiclabs/hardhat-etherscan
in your project directory . you should be fine