Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit ac1d662

Browse files
Update dependency ethers to v6
1 parent 732eba4 commit ac1d662

5 files changed

Lines changed: 119 additions & 416 deletions

File tree

safe-contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-no-only-tests": "^3.1.0",
6565
"eslint-plugin-prettier": "^4.2.1",
6666
"ethereum-waffle": "^4.0.0",
67-
"ethers": "5.4.0",
67+
"ethers": "6.16.0",
6868
"hardhat": "^2.2.1",
6969
"hardhat-deploy": "0.9.2",
7070
"husky": "^9.0.0",
@@ -79,6 +79,6 @@
7979
"yargs": "^18.0.0"
8080
},
8181
"peerDependencies": {
82-
"ethers": "5.4.0"
82+
"ethers": "6.16.0"
8383
}
8484
}

safe-singleton-factory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"argv": "^0.0.2",
4545
"axios": "^0.21.1",
4646
"dotenv": "^17.0.0",
47-
"ethers": "^5.1.4",
47+
"ethers": "^6.0.0",
4848
"hardhat": "^2.2.1",
4949
"solc": "0.5.8",
5050
"ts-node": "^10.0.0",

0 commit comments

Comments
 (0)