Ethereum Hardhat Testing Expect Not Catching Revert Reason

By October 16, 2022Ethereum

I’m using Hardhat framewrok and doing some testing with an erc20 contract: it(“testing with second”, async () => { const amount = ethers.utils.parseEther(“1”); await expect( ERC20Contract.connect(second).transferFrom( ERC20Contract.address, second, amount […]

All Today's Crypto News In One Place