Skip to content

Commit 4a3629c

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ethers to v4
1 parent 141fead commit 4a3629c

File tree

2 files changed

+37
-10
lines changed

2 files changed

+37
-10
lines changed

smart-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@matterlabs/hardhat-zksync-solc": "1.5.1",
3535
"@matterlabs/hardhat-zksync-verify": "1.9.0",
3636
"@nomicfoundation/hardhat-chai-matchers": "2.1.0",
37-
"@nomicfoundation/hardhat-ethers": "3.1.0",
37+
"@nomicfoundation/hardhat-ethers": "4.0.2",
3838
"@nomicfoundation/hardhat-ignition": "0.15.13",
3939
"@nomicfoundation/hardhat-ignition-ethers": "0.15.14",
4040
"@nomicfoundation/hardhat-network-helpers": "3.0.0",

yarn.lock

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3855,16 +3855,27 @@ __metadata:
38553855
languageName: node
38563856
linkType: hard
38573857

3858-
"@nomicfoundation/hardhat-ethers@npm:3.1.0":
3859-
version: 3.1.0
3860-
resolution: "@nomicfoundation/hardhat-ethers@npm:3.1.0"
3858+
"@nomicfoundation/hardhat-errors@npm:^3.0.2":
3859+
version: 3.0.3
3860+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.3"
38613861
dependencies:
3862-
debug: "npm:^4.1.1"
3863-
lodash.isequal: "npm:^4.5.0"
3862+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
3863+
checksum: 10/aae33674682c1dc9cfc5a0eb83bcaa8c763654c48b69550900deb91f427f7d2fe042035877739d7f3d53621e3945b8823f25265ee8322e25ab084611b13f6480
3864+
languageName: node
3865+
linkType: hard
3866+
3867+
"@nomicfoundation/hardhat-ethers@npm:4.0.2":
3868+
version: 4.0.2
3869+
resolution: "@nomicfoundation/hardhat-ethers@npm:4.0.2"
3870+
dependencies:
3871+
"@nomicfoundation/hardhat-errors": "npm:^3.0.2"
3872+
"@nomicfoundation/hardhat-utils": "npm:^3.0.3"
3873+
debug: "npm:^4.3.2"
3874+
ethereum-cryptography: "npm:^2.2.1"
3875+
ethers: "npm:^6.14.0"
38643876
peerDependencies:
3865-
ethers: ^6.14.0
3866-
hardhat: ^2.26.0
3867-
checksum: 10/f5eff398b94b89d1f12b5294a9dbf261f6f0b51815abcae921e37ec76d513d988da709cc2f839fcae2f404da4c476cfdc70c92dea19417db6a81b753de4f8acf
3877+
hardhat: ^3.0.7
3878+
checksum: 10/691da8a78a5e87a6fa5e4f196aa065a0db85bc3b73d3a6b1d064c03d69b7cb56eec023e35a3ab59e52b048149a184d196d05052b852e276387c840d8e31a1b2c
38683879
languageName: node
38693880
linkType: hard
38703881

@@ -3966,6 +3977,22 @@ __metadata:
39663977
languageName: node
39673978
linkType: hard
39683979

3980+
"@nomicfoundation/hardhat-utils@npm:^3.0.1, @nomicfoundation/hardhat-utils@npm:^3.0.3":
3981+
version: 3.0.3
3982+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.3"
3983+
dependencies:
3984+
"@streamparser/json-node": "npm:^0.0.22"
3985+
debug: "npm:^4.3.2"
3986+
env-paths: "npm:^2.2.0"
3987+
ethereum-cryptography: "npm:^2.2.1"
3988+
fast-equals: "npm:^5.0.1"
3989+
json-stream-stringify: "npm:^3.1.6"
3990+
rfdc: "npm:^1.3.1"
3991+
undici: "npm:^6.16.1"
3992+
checksum: 10/09574ca4f4d89f54c19e0e4523ae0d33566b59d919f7ef4cb32464e25374d8efc36bd6119368e647a40a578a8328e820e71a8be3a20d33ed083a358d6d120ff4
3993+
languageName: node
3994+
linkType: hard
3995+
39693996
"@nomicfoundation/hardhat-verify@npm:2.1.1":
39703997
version: 2.1.1
39713998
resolution: "@nomicfoundation/hardhat-verify@npm:2.1.1"
@@ -4996,7 +5023,7 @@ __metadata:
49965023
"@matterlabs/hardhat-zksync-solc": "npm:1.5.1"
49975024
"@matterlabs/hardhat-zksync-verify": "npm:1.9.0"
49985025
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
4999-
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
5026+
"@nomicfoundation/hardhat-ethers": "npm:4.0.2"
50005027
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
50015028
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
50025029
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"

0 commit comments

Comments
 (0)