Skip to content

Commit d77f63f

Browse files
Fix from address of Eth transactions (#705)
1 parent 2626e18 commit d77f63f

File tree

5 files changed

+192
-175
lines changed

5 files changed

+192
-175
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"@types/sanitize-html": "^2.6.2",
3939
"@types/uuid": "8.3.1",
4040
"@types/websocket": "1.0.4",
41-
"@typescript-eslint/eslint-plugin": "^4.33.0",
42-
"@typescript-eslint/parser": "^4.33.0",
4341
"ace-builds": "^1.13.0",
4442
"aes-js": "^3.1.1",
4543
"ansi-styles": "^6.2.1",
@@ -63,8 +61,8 @@
6361
"elliptic": "^6.5.0",
6462
"enzyme": "^3.11.0",
6563
"enzyme-to-json": "^3.6.2",
66-
"eslint": "^7.32.0",
6764
"eslint-plugin-react": "^7.31.10",
65+
"ethers": "5.7",
6866
"events": "^3.3.0",
6967
"expect": "^29.3.1",
7068
"graphql": "^16.8.1",
@@ -160,8 +158,10 @@
160158
"@types/long": "4.0.2",
161159
"@types/node": "18.7.18",
162160
"@types/protobufjs": "6.0.0",
161+
"@typescript-eslint/eslint-plugin": "^5.6.0",
162+
"@typescript-eslint/parser": "^5.6.0",
163163
"babel-eslint": "^10.1.0",
164-
"eslint": "^8.36.0",
164+
"eslint": "^7.32.0",
165165
"eslint-plugin-vue": "8"
166166
},
167167
"overrides": {

0 commit comments

Comments
 (0)