-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate ethers side dependencies to v6 (#232)
* migrate ethers side dependencies to v6 * added peer deps to relay package * format * format * fix tests * update sdk base dependency * missing return keyword
- Loading branch information
1 parent
8dc4654
commit e6985c3
Showing
15 changed files
with
259 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
"author": "Dylan Kilkenny <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.7.0", | ||
"@openzeppelin/defender-sdk-base-client": "^1.10.0", | ||
"axios": "^1.6.7", | ||
"lodash": "^4.17.21" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"author": "OpenZeppelin Defender <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.7.0", | ||
"ethers": "^6.9.0", | ||
"@openzeppelin/defender-sdk-base-client": "^1.10.0", | ||
"axios": "^1.6.7", | ||
"lodash": "^4.17.21" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
"author": "OpenZeppelin Defender <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.7.0", | ||
"@openzeppelin/defender-sdk-base-client": "^1.10.0", | ||
"axios": "^1.6.7", | ||
"lodash": "^4.17.21" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
"author": "OpenZeppelin Defender <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ethersproject/abi": "^5.7.0", | ||
"@openzeppelin/defender-sdk-base-client": "^1.10.0", | ||
"axios": "^1.6.7", | ||
"lodash": "^4.17.21" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
module.exports = require('../../jest.config'); | ||
module.exports = { | ||
// https://github.com/jestjs/jest/issues/11617 | ||
maxWorkers: 1, | ||
...require('../../jest.config'), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.