github NomicFoundation/hardhat @nomicfoundation/hardhat-verify@2.0.11

latest release: hardhat@2.22.11
5 hours ago

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.

Don't miss a new hardhat release

NewReleases is sending notifications on new releases.