hey dev!!!!!>npx hardhat run ./scripts/deploy.js --network mumbai
Error HH100: Network mumbai doesn't exist

For more info go to https://hardhat.org/HH100 or run Hardhat with --show-stack-traces
What should i do???

Jan 23, 2022, 4:37 PM
Error HH100: Network mumbai doesn't exist
what should i do ???
id??
Jan 23, 2022, 4:43 PM
did you set the network in config?
Jan 23, 2022, 4:53 PM
yes i have set on network
module.exports = {
solidity: "0.8.4",
network: {
mumbai: {
url: "https://polygon-mumbai.g.alchemy.com/v2/AOhkpN2bGiWVJh84p",
accounts: [0x${process.env.PRIVATE_KEY}],
},
},
};
in this way right
Jan 23, 2022, 4:55 PM

© 2024 Draquery.com All rights reserved.