Skip to content

Commit 097eaa0

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ignition-ethers to v3
1 parent 6b74d96 commit 097eaa0

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

smart-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nomicfoundation/hardhat-chai-matchers": "2.1.0",
3737
"@nomicfoundation/hardhat-ethers": "3.1.0",
3838
"@nomicfoundation/hardhat-ignition": "0.15.13",
39-
"@nomicfoundation/hardhat-ignition-ethers": "0.15.14",
39+
"@nomicfoundation/hardhat-ignition-ethers": "3.0.1",
4040
"@nomicfoundation/hardhat-network-helpers": "3.0.0",
4141
"@nomicfoundation/hardhat-toolbox": "6.1.0",
4242
"@nomicfoundation/hardhat-verify": "2.1.1",

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,16 +3881,19 @@ __metadata:
38813881
languageName: node
38823882
linkType: hard
38833883

3884-
"@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14":
3885-
version: 0.15.14
3886-
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14"
3884+
"@nomicfoundation/hardhat-ignition-ethers@npm:3.0.1":
3885+
version: 3.0.1
3886+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.1"
3887+
dependencies:
3888+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
38873889
peerDependencies:
3888-
"@nomicfoundation/hardhat-ethers": ^3.1.0
3889-
"@nomicfoundation/hardhat-ignition": ^0.15.13
3890-
"@nomicfoundation/ignition-core": ^0.15.13
3890+
"@nomicfoundation/hardhat-ethers": ^4.0.0
3891+
"@nomicfoundation/hardhat-ignition": ^3.0.1
3892+
"@nomicfoundation/hardhat-verify": ^3.0.0
3893+
"@nomicfoundation/ignition-core": ^3.0.1
38913894
ethers: ^6.14.0
3892-
hardhat: ^2.26.0
3893-
checksum: 10/35e3ce5fac88d0c4655229311f60991916713d8a1afa586b618d984835a4a1124f50e13dc82c5dcaa8b0e1bd68c212ee9fdc2a56932323143dac8187bfca3e96
3895+
hardhat: ^3.0.0
3896+
checksum: 10/744200a9db287ef290c08689e0201fea79b9f74c62973fbb4711d126e7a52c60528526d8434391a48c519914a026468d3d5e8f907559cbafe28818566d9bca8d
38943897
languageName: node
38953898
linkType: hard
38963899

@@ -4997,7 +5000,7 @@ __metadata:
49975000
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
49985001
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
49995002
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
5000-
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
5003+
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.1"
50015004
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"
50025005
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
50035006
"@nomicfoundation/hardhat-verify": "npm:2.1.1"

0 commit comments

Comments
 (0)