Update dependency @nomicfoundation/hardhat-verify to v2.0.12 #12
+37
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.4
->2.0.12
Release Notes
nomicfoundation/hardhat (@nomicfoundation/hardhat-verify)
v2.0.12
Compare Source
This is a small release to swap out an outdated dependency.
Changes
f571670
: Replace chalk with picocolorsv2.0.11
Compare Source
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:
Currently, only
mainnet
andsepolia
are included as built-in chains, but you can add other networks using thecustomChains
property in the Hardhat config.Changes
913b5a1
: Added Blockscout as a verification provider.v2.0.10
Compare Source
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.v2.0.9
Compare Source
Enhance force flag to allow verification when is verified check fails. Thanks @3commascapital!
v2.0.8
Compare Source
This release improves validation of constructor arguments (thanks @fwx5618177!)
v2.0.7
Compare Source
This release:
--force
flag to allow verification of partially verified contracts (thanks @rimrakhimov!).v2.0.6
Compare Source
This is a small release to remove typescript as a peer dependency.
Changes
90bcfda
: Remove unnecessary peerDependencyv2.0.5
Compare Source
This release enhances type extensibility and includes a minor performance improvement for development networks.
Changes:
6010386
: Moved types toHardhatViemHelpers
and initializedContractTypesMap
as empty for better extensibility. Improved performance by disabling retries in dev nets (thanks @TateB!)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.