github NomicFoundation/hardhat @nomicfoundation/hardhat-ethers@3.0.0
@nomicfoundation/hardhat-ethers@3.0.0 - Ethers v6 support

latest releases: @nomiclabs/hardhat-vyper@3.0.7, hardhat@2.22.6, @nomicfoundation/hardhat-viem@2.0.3...
13 months ago

This new major version of hardhat-ethers uses ethers v6 instead of v5. Notice that the name of the plugin has changed too: the previous version was called @nomiclabs/hardhat-ethers but this one is called @nomicfoundation/hardhat-ethers (read this if you wonder why).

Our Toolbox doesn't work with this new version yet, but we'll release a new version that does as soon as possible. If you want to use this plugin in a new project, you'll have to install it, and any other plugin, manually. Also, keep in mind that Typechain's Hardhat plugin doesn't work with this new version yet, but it will soon.

To learn about the changes introduced in ethers v6, read their migration docs.

Don't miss a new hardhat release

NewReleases is sending notifications on new releases.