Skip to content

@nomicfoundation/hardhat-verify@2.0.0

Compare
Choose a tag to compare
@fvictorio fvictorio released this 24 Oct 22:34
· 1262 commits to main since this release

This new major version of hardhat-verify adds support for Sourcify. Sourcify verification is disabled by default, but you can enable it by adding this entry to your config:

module.exports = {
  // ...
  sourcify: {
    enabled: true,
  },
};

Check our docs to learn more.