github NomicFoundation/hardhat-ignition v0.13.0

latest releases: v0.15.7, v0.15.6, v0.15.5...
11 months ago

Breaking change - we have separated out ethers support from @nomicfoundation/hardhat-ignition into a separate package. If you were using hre.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 using hre.ignition.deploy(...) in tests or scripts you will need to install, and require in your Hardhat config, the @nomicfoundation/hardhat-ignition-ethers package. (#612)

Don't miss a new hardhat-ignition release

NewReleases is sending notifications on new releases.