Breaking change - we have separated out
ethers
support from@nomicfoundation/hardhat-ignition
into a separate package. If you were usinghre.ignition.deploy(...)
in tests or scripts you will need to install, and require in your Hardhat config, the@nomicfoundation/hardhat-ignition-ethers
package.
Added
- Viem support in scripts and tests, for more details see our Viem guide (#612)
- Add support for setting the default sender account from tests and scripts (#639)
- Add support for setting the default sender from the cli (#620)
Changed
- Split out
ethers
support from@nomicfoundation/hardhat-ignition
, to allow opting for either ethers or Viem in tests and scripts. If you were usinghre.ignition.deploy(...)
in tests or scripts you will need to install, and require in your Hardhat config, the@nomicfoundation/hardhat-ignition-ethers
package. (#612)