Skip to content

Commit 2e1ddc9

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ethers to v4
1 parent 6879348 commit 2e1ddc9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-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.0",
3838
"@nomicfoundation/hardhat-ignition": "0.15.13",
3939
"@nomicfoundation/hardhat-ignition-ethers": "0.15.14",
4040
"@nomicfoundation/hardhat-network-helpers": "1.1.0",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,16 +3384,18 @@ __metadata:
33843384
languageName: node
33853385
linkType: hard
33863386

3387-
"@nomicfoundation/hardhat-ethers@npm:3.1.0":
3388-
version: 3.1.0
3389-
resolution: "@nomicfoundation/hardhat-ethers@npm:3.1.0"
3387+
"@nomicfoundation/hardhat-ethers@npm:4.0.0":
3388+
version: 4.0.0
3389+
resolution: "@nomicfoundation/hardhat-ethers@npm:4.0.0"
33903390
dependencies:
3391-
debug: "npm:^4.1.1"
3392-
lodash.isequal: "npm:^4.5.0"
3391+
"@nomicfoundation/hardhat-errors": "npm:^3.0.0"
3392+
"@nomicfoundation/hardhat-utils": "npm:^3.0.0"
3393+
debug: "npm:^4.3.2"
3394+
ethereum-cryptography: "npm:^2.2.1"
3395+
ethers: "npm:^6.14.0"
33933396
peerDependencies:
3394-
ethers: ^6.14.0
3395-
hardhat: ^2.26.0
3396-
checksum: 10/f5eff398b94b89d1f12b5294a9dbf261f6f0b51815abcae921e37ec76d513d988da709cc2f839fcae2f404da4c476cfdc70c92dea19417db6a81b753de4f8acf
3397+
hardhat: ^3.0.0
3398+
checksum: 10/8297575f6c2551172d73d584b3baef670b150cb27a49a4d60f32a95cfb5314ebb27cb1004893fbed38278350fd291288bf6a6fcee8e162102b7e12f9b4469b54
33973399
languageName: node
33983400
linkType: hard
33993401

@@ -4521,7 +4523,7 @@ __metadata:
45214523
"@matterlabs/hardhat-zksync-solc": "npm:1.5.1"
45224524
"@matterlabs/hardhat-zksync-verify": "npm:1.9.0"
45234525
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
4524-
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
4526+
"@nomicfoundation/hardhat-ethers": "npm:4.0.0"
45254527
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
45264528
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
45274529
"@nomicfoundation/hardhat-network-helpers": "npm:1.1.0"

0 commit comments

Comments
 (0)