I try many times to deploy my contract by running :
npx hardhat run scripts/deploy.js --network sepolia
and all I get is an error message saying:
Error HH100: Network sepolia doesn't exist For more info go to https://hardhat.org/HH100 or run Hardhat with --show-stack-traces any help ?
I really don't know what is the issue? Any one can help please? png file is attached. All things seem to be good:
- sepolia testnet balance is available for paying gas
- url from Quicknode is doublechecked
- .env file is added
- compiled is done