Skip to content
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

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

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 6 times, most recently from 8a9b81c to 549d084 Compare October 16, 2022 02:25
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 8 times, most recently from ca2a10f to a250be5 Compare October 24, 2022 22:11
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from f2f3d54 to 8c3a5be Compare October 27, 2022 13:04
@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 8 times, most recently from b178804 to dfa048f Compare November 6, 2022 11:10
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from 213472e to 50545c4 Compare November 8, 2022 15:04
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 3 times, most recently from dd2afb7 to 1c2f34d Compare December 19, 2022 22:57
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 5 times, most recently from 2e76a79 to 096076a Compare January 2, 2023 20:53
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 3908af5 to 6824538 Compare January 7, 2023 16:08
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from f58ccce to 4f0fff6 Compare January 11, 2023 10:31
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.1 Update dependency @nomiclabs/hardhat-ethers to v2.2.2 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 6 times, most recently from 1295a0f to 9bc68fc Compare January 19, 2023 00:21
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from a6147e8 to 78932ca Compare January 29, 2023 03:41
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 4 times, most recently from 16dcc34 to 5cf501d Compare February 7, 2023 03:38
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch 2 times, most recently from 35c4de9 to fa14b45 Compare February 8, 2023 10:48
@renovate renovate bot force-pushed the renovate/nomiclabs-hardhat-ethers-2.x branch from fa14b45 to 6ba0556 Compare April 10, 2023 12:32
@renovate renovate bot changed the title Update dependency @nomiclabs/hardhat-ethers to v2.2.2 Update dependency @nomiclabs/hardhat-ethers to v2.2.3 Apr 10, 2023
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