refactor(deps): upgrade hardhat-deploy from v1.0.2 to v2.0.1#4
Open
s0wa48 wants to merge 1 commit intoCreativeBuilds:masterfrom
Open
refactor(deps): upgrade hardhat-deploy from v1.0.2 to v2.0.1#4s0wa48 wants to merge 1 commit intoCreativeBuilds:masterfrom
s0wa48 wants to merge 1 commit intoCreativeBuilds:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Dependency Update
hardhat-deployfrom^1.0.2to^2.0.1(major version upgrade)Breaking Changes Addressed
hardhat-deploy v2 plugin registration
hardhat-deploy-ethers. Added explicitrequire("hardhat-deploy-ethers")import inhardhat.config.jsto ensure the ethers extensions (e.g.,hre.ethers.getNamedSigners(),hre.ethers.getContractAt()with deployment names) remain available after the upgrade.Package version bump
package.jsonto reference^2.0.1Notes
namedAccountsandnetworksconfiguration inhardhat.config.jsremains compatible with v2's expected config shape.hardhat-deploy-ethersis not already installed, runnpm install --save-dev hardhat-deploy-ethersalongside this upgrade.deploy/that usehre.deployments.deploy()orhre.getNamedAccounts()for any v2-specific behavioral changes around gas estimation or proxy handling.This PR was auto-generated by Gittensor upgrade bot using Claude AI