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

Commit 063bb75

Browse files
Update dependency ethers to v5.8.0
1 parent 90fa902 commit 063bb75

3 files changed

Lines changed: 399 additions & 3 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": "5.8.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": "5.8.0"
8383
}
8484
}

web-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"classnames": "^2.3.1",
6363
"date-fns": "^2.29.2",
6464
"ethereum-blockies-base64": "^1.0.2",
65-
"ethers": "5.7.2",
65+
"ethers": "5.8.0",
6666
"exponential-backoff": "^3.1.0",
6767
"fuse.js": "^6.6.2",
6868
"js-cookie": "^3.0.1",

0 commit comments

Comments
 (0)