PatrickAlphaC / hardhat-fund-me-fcc

82 stars 184 forks source link

ethers version 6 updates #183

Open NusRAT-LiA opened 8 months ago

NusRAT-LiA commented 8 months ago

parseEther function has been moved from ethers.utils to ethers . Hence ,

In ethers 6 we can use:

ethers.parseEther("")

instead of ethers.utils.parseEther()