Skip to content

Commit cde278c

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

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.1",
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.2
3860+
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.2"
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/e3bbc328f0d1908671ff1ccfe32e47cd39e27b77045f3bb348c6cfbc0e95d82cc13afdfa71bfbec18a46c1f089ddb7d73c8eacb298b84a33820a7dcb693ed35c
3864+
languageName: node
3865+
linkType: hard
3866+
3867+
"@nomicfoundation/hardhat-ethers@npm:4.0.1":
3868+
version: 4.0.1
3869+
resolution: "@nomicfoundation/hardhat-ethers@npm:4.0.1"
3870+
dependencies:
3871+
"@nomicfoundation/hardhat-errors": "npm:^3.0.2"
3872+
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
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.0
3878+
checksum: 10/fad8a82d143a9153c54fcf3b88d52acacee221455f84aaa548687af7f0452ae18a03be196fcd97c042a0a06732a9c99431f64cc4c3d10fd4edef68a53f43bb31
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":
3981+
version: 3.0.1
3982+
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.1"
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/11ef4bc39aa431b53e7a1b5e734dba5030b0677696437625bbf9ddc9d8a71637587397d9fb60d168c7ff85568364a365fbb68e59fb0120eaa6090818c8e94a4c
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"
@@ -4995,7 +5022,7 @@ __metadata:
49955022
"@matterlabs/hardhat-zksync-solc": "npm:1.5.1"
49965023
"@matterlabs/hardhat-zksync-verify": "npm:1.9.0"
49975024
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
4998-
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
5025+
"@nomicfoundation/hardhat-ethers": "npm:4.0.1"
49995026
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
50005027
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
50015028
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"

0 commit comments

Comments
 (0)