NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.35k stars 1.42k forks source link

npx hardhat --network localhost faucet 0x9a7d6faD786E8c5CB2F8f7c935d2616301841c0A Error HH303: Unrecognized task 'faucet' For more info go to https://hardhat.org/HH303 or run Hardhat with --show-stack-traces #5941

Closed phpmac closed 1 week ago

phpmac commented 3 weeks ago

npx hardhat --network localhost faucet 0x9a7d6faD786E8c5CB2F8f7c935d2616301841c0A Error HH303: Unrecognized task 'faucet'

For more info go to https://hardhat.org/HH303 or run Hardhat with --show-stack-traces

kanej commented 3 weeks ago

Hardhat has not built-in task called faucet, are you expecting this task to come from a plugin?

kanej commented 1 week ago

I am going to close this. We can reopen if new information comes up.