Skip to content

Commit 63ddcaa

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

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-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.3",
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: 37 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.2":
3859+
version: 3.0.2
3860+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.2"
3861+
dependencies:
3862+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
3863+
checksum: 10/e3bbc328f0d1908671ff1ccfe32e47cd39e27b77045f3bb348c6cfbc0e95d82cc13afdfa71bfbec18a46c1f089ddb7d73c8eacb298b84a33820a7dcb693ed35c
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.3":
3894+
version: 3.0.3
3895+
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.3"
3896+
dependencies:
3897+
"@nomicfoundation/hardhat-errors": "npm:^3.0.2"
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/29c237753adfb51507c6c23c5af2114e7a2a92e817e27248c8d61468c8b7a445db284d254c9303bde90dabe08a355cdfabf463677d49ed2b263ad40f81d6b76c
38943906
languageName: node
38953907
linkType: hard
38963908

@@ -3966,6 +3978,22 @@ __metadata:
39663978
languageName: node
39673979
linkType: hard
39683980

3981+
"@nomicfoundation/hardhat-utils@npm:^3.0.1":
3982+
version: 3.0.1
3983+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.1"
3984+
dependencies:
3985+
"@streamparser/json-node": "npm:^0.0.22"
3986+
debug: "npm:^4.3.2"
3987+
env-paths: "npm:^2.2.0"
3988+
ethereum-cryptography: "npm:^2.2.1"
3989+
fast-equals: "npm:^5.0.1"
3990+
json-stream-stringify: "npm:^3.1.6"
3991+
rfdc: "npm:^1.3.1"
3992+
undici: "npm:^6.16.1"
3993+
checksum: 10/11ef4bc39aa431b53e7a1b5e734dba5030b0677696437625bbf9ddc9d8a71637587397d9fb60d168c7ff85568364a365fbb68e59fb0120eaa6090818c8e94a4c
3994+
languageName: node
3995+
linkType: hard
3996+
39693997
"@nomicfoundation/hardhat-verify@npm:2.1.1":
39703998
version: 2.1.1
39713999
resolution: "@nomicfoundation/hardhat-verify@npm:2.1.1"
@@ -4997,7 +5025,7 @@ __metadata:
49975025
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
49985026
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
49995027
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
5000-
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
5028+
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.3"
50015029
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"
50025030
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
50035031
"@nomicfoundation/hardhat-verify": "npm:2.1.1"

0 commit comments

Comments
 (0)