Skip to content

@nomicfoundation/hardhat-verify@2.0.11

Compare
Choose a tag to compare
@schaable schaable released this 19 Sep 19:29
· 23 commits to main since this release

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.