github NomicFoundation/hardhat @nomiclabs/hardhat-ethers@2.0.3
hardhat-ethers v2.0.3

latest releases: @nomiclabs/hardhat-vyper@3.0.6, hardhat@2.22.3, @nomicfoundation/hardhat-viem@2.0.1...
2 years ago

This release fixes an issue (#1247) with hardhat-ethers, where the provider wasn't correctly reset after hardhat_reset was called.

It also adds a better inspection result for ethers's BigNumber instances (issue #2109). So now if you evaluate a BigNumber in the console, the result will look like this:

> ethers.BigNumber.from(1000)
BigNumber { value: "1000" }

Don't miss a new hardhat release

NewReleases is sending notifications on new releases.