Skip to content

Commit 6db3985

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

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.3",
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.5
3860+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.5"
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/a86bb3597f281238a85b3d0550373b39415b9f425dbbae5f2a7b78bb66622a8fbcdf8f865c52a2cc4a4dd6fc8aa684852cf1ec7e84f18ea0a71bbc65becf1ca9
3864+
languageName: node
3865+
linkType: hard
3866+
3867+
"@nomicfoundation/hardhat-ethers@npm:4.0.3":
3868+
version: 4.0.3
3869+
resolution: "@nomicfoundation/hardhat-ethers@npm:4.0.3"
3870+
dependencies:
3871+
"@nomicfoundation/hardhat-errors": "npm:^3.0.2"
3872+
"@nomicfoundation/hardhat-utils": "npm:^3.0.5"
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/96bb5613d3c35cef9a05a2fbc31e77d0f512c9ba784f9454f4d4d5e86f23bd55ea2ec43de16f68dbe791998e38d799f30f67fdc790d52cc7cc50d3a9362dfcf6
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.5":
3981+
version: 3.0.5
3982+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.5"
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/f9abafa2daad6f258cb10b33fd3f53d903686dfb239feef109b447f242ee19221c043955d9377be2fe0af741c99b0fd700a7e6bf1b26f24431debe60d42b1e95
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.3"
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)