Skip to content

Commit

Permalink
chore: Bump ethers to 5.7.x in common and sdk (#4214)
Browse files Browse the repository at this point in the history
Co-authored-by: chrismaree <christopher.maree@gmail.com>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
  • Loading branch information
2 people authored and Reinis-FRP committed Dec 28, 2022
1 parent b65ea51 commit c9e5e0f
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 356 deletions.
9 changes: 4 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
],
"dependencies": {
"@across-protocol/contracts": "^0.1.4",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@ethersproject/bignumber": "^5.0.5",
"@google-cloud/kms": "^3.0.1",
"@google-cloud/storage": "^6.4.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@truffle/contract": "^4.3.38",
"@truffle/contract": "^4.6.5",
"@truffle/hdwallet-provider": "eip1559-beta",
"@types/ethereum-protocol": "^1.0.0",
"@umaprotocol/truffle-ledger-provider": "^1.0.5",
Expand All @@ -47,7 +46,7 @@
"chalk-pipe": "^3.0.0",
"decimal.js": "^10.2.1",
"dotenv": "^9.0.0",
"eth-crypto": "^1.7.0",
"eth-crypto": "^2.4.0",
"hardhat-deploy": "0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-typechain": "^0.3.5",
Expand All @@ -65,8 +64,8 @@
"@tsconfig/node14": "^1.0.0",
"@types/lodash.uniqby": "^4.7.6",
"@types/mocha": "^5.2.7",
"ethers": "^5.7.2",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.4.2",
"web3-core": "^1.6.0",
"web3-eth-contract": "^1.6.0"
}
Expand Down
1 change: 0 additions & 1 deletion packages/common/src/HardhatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function getHardhatConfig(
require("@nomiclabs/hardhat-ethers");
require("hardhat-deploy");
require("hardhat-gas-reporter");
require("@eth-optimism/hardhat-ovm");
require("./gckms/KeyInjectorPlugin");
require("hardhat-tracer");

Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@eth-optimism/contracts": "^0.5.5",
"@eth-optimism/core-utils": "^0.7.3",
"ethers": "^5.4.2"
"@eth-optimism/contracts": "^0.5.37",
"@eth-optimism/core-utils": "^0.10.1",
"ethers": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
Loading

0 comments on commit c9e5e0f

Please sign in to comment.