contracts
contracts copied to clipboard
Bump @nomicfoundation/hardhat-verify from 2.0.9 to 2.0.11
Bumps @nomicfoundation/hardhat-verify from 2.0.9 to 2.0.11.
Release notes
Sourced from @nomicfoundation/hardhat-verify's releases.
@nomicfoundation/hardhat-verify@2.0.11This 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
mainnetandsepoliaare included as built-in chains, but you can add other networks using thecustomChainsproperty in the Hardhat config.Changes
- 913b5a1: Added Blockscout as a verification provider.
@nomicfoundation/hardhat-verify@2.0.10A small bug fix release to fix the Hardhat peer dependency entry in the published
package.jsonthat 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.
Commits
40d9339Version Packagesf93c447Merge pull request #5759 from NomicFoundation/refactor/streamline-console-lib...5b410f9fixup: Reword some vars0701408fix: Appease older TypeScript75e9ca7refactor: Separate data collection and rendering in console-library-generator.ts948fa85refactor: Use hex in console.log signatures for clarity42a09d9refactor: Simplify the console-library-generator.ts74b1bfeMerge pull request #5740 from NomicFoundation/support-solc-0.8.27d725c09Merge pull request #5716 from AwaisBinKaleem/mainff74f1dImprove the docs a bit- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)