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

Commit 1ff5c60

Browse files
Update dependency ethers to v5.8.0
1 parent a2ec252 commit 1ff5c60

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": "^5.0.0",
6666
"ethereum-waffle": "^4.0.0",
67-
"ethers": "5.4.0",
67+
"ethers": "5.8.0",
6868
"hardhat": "^3.0.0",
6969
"hardhat-deploy": "2.0.8",
7070
"husky": "^9.0.0",
@@ -79,6 +79,6 @@
7979
"yargs": "^18.0.0"
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": "^4.0.0",
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": "^7.0.0",
6868
"js-cookie": "^3.0.1",

0 commit comments

Comments
 (0)