Skip to content

Commit bd3482f

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ignition-ethers to v3
1 parent 6879348 commit bd3482f

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.0",
4040
"@nomicfoundation/hardhat-network-helpers": "1.1.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
@@ -3410,16 +3410,19 @@ __metadata:
34103410
languageName: node
34113411
linkType: hard
34123412

3413-
"@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14":
3414-
version: 0.15.14
3415-
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14"
3413+
"@nomicfoundation/hardhat-ignition-ethers@npm:3.0.0":
3414+
version: 3.0.0
3415+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.0"
3416+
dependencies:
3417+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
34163418
peerDependencies:
3417-
"@nomicfoundation/hardhat-ethers": ^3.1.0
3418-
"@nomicfoundation/hardhat-ignition": ^0.15.13
3419-
"@nomicfoundation/ignition-core": ^0.15.13
3419+
"@nomicfoundation/hardhat-ethers": ^4.0.0
3420+
"@nomicfoundation/hardhat-ignition": ^3.0.0
3421+
"@nomicfoundation/hardhat-verify": ^3.0.0
3422+
"@nomicfoundation/ignition-core": ^3.0.0
34203423
ethers: ^6.14.0
3421-
hardhat: ^2.26.0
3422-
checksum: 10/35e3ce5fac88d0c4655229311f60991916713d8a1afa586b618d984835a4a1124f50e13dc82c5dcaa8b0e1bd68c212ee9fdc2a56932323143dac8187bfca3e96
3424+
hardhat: ^3.0.0
3425+
checksum: 10/ee4d66003972fe41a634aae6bd5f7fe7a86c8d7e31b75120d37f173591fbb3122b97892e0cb38927b294bf22f72b48e3caba2dac0a4955c36c5cfd4630a6af5d
34233426
languageName: node
34243427
linkType: hard
34253428

@@ -4523,7 +4526,7 @@ __metadata:
45234526
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
45244527
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
45254528
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
4526-
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
4529+
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.0"
45274530
"@nomicfoundation/hardhat-network-helpers": "npm:1.1.0"
45284531
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
45294532
"@nomicfoundation/hardhat-verify": "npm:2.1.1"

0 commit comments

Comments
 (0)