Releases: NomicFoundation/hardhat
@nomicfoundation/hardhat-viem@2.0.5
This release enhances type extensibility and includes a minor performance improvement for development networks.
Changes:
@nomicfoundation/hardhat-verify@2.0.11
This release introduces support for verifying contracts using Blockscout as a verification provider. To verify a contract using Blockscout, simply add the following to your Hardhat configuration:
blockscout: {
enabled: true,
}
Currently, only mainnet
and sepolia
are included as built-in chains, but you can add other networks using the customChains
property in the Hardhat config.
Changes
- 913b5a1: Added Blockscout as a verification provider.
@nomicfoundation/hardhat-network-helpers@1.0.12
This release adds support for development on the ZKsync chain.
Changes
- 8fa15e7: Added support for ZKsync's development mode.
@nomicfoundation/hardhat-chai-matchers@2.0.8
This release includes bug fixes for the emit
and reverted
matchers, improving support for overloaded events and bytes32
strings.
Changes
Hardhat v2.22.10
This is a small bug fix release to improve debug
logs during Hardhat Network initialization.
Changes
- 409e99f: Fixed
debug
logs in Hardhat Network initialization process. - 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API
💡 The Nomic Foundation is hiring! Check our open positions.
@nomiclabs/hardhat-vyper@3.0.8
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomiclabs/hardhat-solhint@4.0.1
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-viem@2.0.4
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-verify@2.0.10
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.
@nomicfoundation/hardhat-ethers@3.0.8
A small bug fix release to fix the Hardhat peer dependency entry in the published package.json
that was corrupted by pnpm in the previous release.
Changes
- efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.
💡 The Nomic Foundation is hiring! Check our open positions.