do you think it is readble for a normal human without superpowers?
I can read it with ipad or pc
Do u have accounts task in ur hardhat config?
No. The problem is
Then u need to add it.. it won't work unless u have hardhat accouts task in ur hardhat config file..
I know but npm removes some files in config.js I do not know why
This lines tell about accounts And I donot see any accounts I run this command: npx hardhat accounts But revert: HH303 it means the commands are unknown for system
Without that lines in ur hh config file hh won't know that task..so it will be unknown to hh.. so did u confirm u have that lines in ur hh config file??
No i donot see these lines
Bro then it won't work..
I know it I searching solution
Solution is just paste lines of my ss to ur hh config file..
task("accounts", "Prints the list of accounts", async (taskArgs, hre) => { const accounts = await hre.ethers.getSigners(); for (const account of accounts) { console.log(account.address); } });
Обсуждают сегодня