PatrickAlphaC / hardhat-fund-me-fcc

82 stars 182 forks source link

ethers.utils.parseEther("1") had been depriciated #187

Open lakshayvaishnav opened 4 months ago

lakshayvaishnav commented 4 months ago

https://github.com/PatrickAlphaC/hardhat-fund-me-fcc/blame/29e2473ea7d2f1a13a6cbc9789c3dab74adb4916/test/unit/FundMe.test.js#L11

ethers.utils.parseEther("1") had been depriciated instead use - ethers.parseEther("1");

PatrickAlphaC commented 4 months ago

Ah thanks! We'd need to update the packages for this...