Skip to content

Commit 64d4552

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

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-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.2",
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: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3855,6 +3855,15 @@ __metadata:
38553855
languageName: node
38563856
linkType: hard
38573857

3858+
"@nomicfoundation/hardhat-errors@npm:^3.0.1":
3859+
version: 3.0.1
3860+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.1"
3861+
dependencies:
3862+
"@nomicfoundation/hardhat-utils": "npm:^3.0.0"
3863+
checksum: 10/484b9b3c78974b385eb1560624a63a6c328ee301d233d513db6dba0eb34575345faeb0b0daf0b1faea5817a3b910473702fd44c91e4e763d02172b6716d12f6c
3864+
languageName: node
3865+
linkType: hard
3866+
38583867
"@nomicfoundation/hardhat-ethers@npm:3.1.0":
38593868
version: 3.1.0
38603869
resolution: "@nomicfoundation/hardhat-ethers@npm:3.1.0"
@@ -3881,16 +3890,19 @@ __metadata:
38813890
languageName: node
38823891
linkType: hard
38833892

3884-
"@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14":
3885-
version: 0.15.14
3886-
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14"
3893+
"@nomicfoundation/hardhat-ignition-ethers@npm:3.0.2":
3894+
version: 3.0.2
3895+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.2"
3896+
dependencies:
3897+
"@nomicfoundation/hardhat-errors": "npm:^3.0.1"
38873898
peerDependencies:
3888-
"@nomicfoundation/hardhat-ethers": ^3.1.0
3889-
"@nomicfoundation/hardhat-ignition": ^0.15.13
3890-
"@nomicfoundation/ignition-core": ^0.15.13
3899+
"@nomicfoundation/hardhat-ethers": ^4.0.0
3900+
"@nomicfoundation/hardhat-ignition": ^3.0.2
3901+
"@nomicfoundation/hardhat-verify": ^3.0.0
3902+
"@nomicfoundation/ignition-core": ^3.0.2
38913903
ethers: ^6.14.0
3892-
hardhat: ^2.26.0
3893-
checksum: 10/35e3ce5fac88d0c4655229311f60991916713d8a1afa586b618d984835a4a1124f50e13dc82c5dcaa8b0e1bd68c212ee9fdc2a56932323143dac8187bfca3e96
3904+
hardhat: ^3.0.0
3905+
checksum: 10/c2ee6bb7aa992dc797956ee127595b11f07fc77be57323a208ddb8d953f87ae52b249d14dceba341fa6209b15c8211fa3a05f7c0e70d9ce38f44397582723a2e
38943906
languageName: node
38953907
linkType: hard
38963908

@@ -4997,7 +5009,7 @@ __metadata:
49975009
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
49985010
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
49995011
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
5000-
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
5012+
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.2"
50015013
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"
50025014
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
50035015
"@nomicfoundation/hardhat-verify": "npm:2.1.1"

0 commit comments

Comments
 (0)