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

Commit 5fcd504

Browse files
Update dependency ethers to v6
1 parent 90fa902 commit 5fcd504

5 files changed

Lines changed: 115 additions & 403 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": "^3.3.0",
67-
"ethers": "5.4.0",
67+
"ethers": "6.16.0",
6868
"hardhat": "^2.2.1",
6969
"hardhat-deploy": "0.9.2",
7070
"husky": "^5.1.3",
@@ -79,6 +79,6 @@
7979
"yargs": "^16.1.1"
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": "^8.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": "^9.1.1",

0 commit comments

Comments
 (0)