Skip to content

Commit 10686ba

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ignition-ethers to v3
1 parent 57060b1 commit 10686ba

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": "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
@@ -3334,16 +3334,19 @@ __metadata:
33343334
languageName: node
33353335
linkType: hard
33363336

3337-
"@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14":
3338-
version: 0.15.14
3339-
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14"
3337+
"@nomicfoundation/hardhat-ignition-ethers@npm:3.0.0":
3338+
version: 3.0.0
3339+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.0"
3340+
dependencies:
3341+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
33403342
peerDependencies:
3341-
"@nomicfoundation/hardhat-ethers": ^3.1.0
3342-
"@nomicfoundation/hardhat-ignition": ^0.15.13
3343-
"@nomicfoundation/ignition-core": ^0.15.13
3343+
"@nomicfoundation/hardhat-ethers": ^4.0.0
3344+
"@nomicfoundation/hardhat-ignition": ^3.0.0
3345+
"@nomicfoundation/hardhat-verify": ^3.0.0
3346+
"@nomicfoundation/ignition-core": ^3.0.0
33443347
ethers: ^6.14.0
3345-
hardhat: ^2.26.0
3346-
checksum: 10/35e3ce5fac88d0c4655229311f60991916713d8a1afa586b618d984835a4a1124f50e13dc82c5dcaa8b0e1bd68c212ee9fdc2a56932323143dac8187bfca3e96
3348+
hardhat: ^3.0.0
3349+
checksum: 10/ee4d66003972fe41a634aae6bd5f7fe7a86c8d7e31b75120d37f173591fbb3122b97892e0cb38927b294bf22f72b48e3caba2dac0a4955c36c5cfd4630a6af5d
33473350
languageName: node
33483351
linkType: hard
33493352

@@ -4448,7 +4451,7 @@ __metadata:
44484451
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
44494452
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
44504453
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
4451-
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
4454+
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.0"
44524455
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"
44534456
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
44544457
"@nomicfoundation/hardhat-verify": "npm:2.1.1"

0 commit comments

Comments
 (0)