Skip to content

Update dependency @nomiclabs/hardhat-ethers to v2.2.3 #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nomiclabs/hardhat-ethers (source) 2.1.1 -> 2.2.3 age adoption passing confidence

Release Notes

nomiclabs/hardhat (@​nomiclabs/hardhat-ethers)

v2.2.3: @​nomiclabs/hardhat-ethers v2.2.3

Compare Source

Make getContractFactory's params validation more flexible (thanks @​jtakalai!)

v2.2.2

Compare Source

v2.2.1: @​nomiclabs/hardhat-ethers v2.2.1

Compare Source

getContractAt doesn't throw anymore if the given address is not a contract. We removed this check because it caused smock to stop working.

v2.2.0: @​nomiclabs/hardhat-ethers v2.2.0

Compare Source

This version adds a new helper to the hre.ethers object: deployContract.

// before
const Foo = await ethers.getContractFactory("Foo")
const foo = await Foo.deploy()

// after
const foo = await ethers.deployContract("Foo")

If your contract has constructor arguments, you can pass them as an array:

const foo = await ethers.deployContract("Foo", [1000, "some string"])

Thanks to @​zemse for working on this!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from a0a0033 to 5cb9d70 Compare October 17, 2022 21:36
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 3aa643c to 8875d55 Compare October 24, 2022 23:31
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 8875d55 to c7b8b43 Compare October 27, 2022 12:20
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.0 Update dependency @nomiclabs/hardhat-ethers to v2.2.1 Oct 27, 2022
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from d6cfc56 to b7ec566 Compare November 6, 2022 10:49
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 59c954a to 38dd4cd Compare November 14, 2022 20:46
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 75c8bd3 to 7a2cdd1 Compare November 21, 2022 23:44
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 3f0c386 to f58585b Compare November 29, 2022 16:10
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from c54ad12 to cb3ab85 Compare December 8, 2022 05:17
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 6e323e2 to 2892406 Compare June 19, 2023 20:46
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from c06fa99 to de84464 Compare July 3, 2023 21:32
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from de84464 to a4f0a86 Compare July 10, 2023 21:21
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 40a95ea to db46f2c Compare January 25, 2024 19:48
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 7289491 to 0fd5f7e Compare July 9, 2024 09:49
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Update dependency @nomiclabs/hardhat-ethers to v2.2.3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/nomiclabs-hardhat-ethers-2.x branch December 8, 2024 18:29
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.3 - autoclosed Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 8 times, most recently from c88786f to 5413cc2 Compare December 9, 2024 23:32
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 5413cc2 to 77d74f6 Compare April 24, 2025 18:40
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from 77d74f6 to ae32184 Compare April 24, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants