Skip to content

Commit

Permalink
Revert ssz version to fix replaceAll error (#2555)
Browse files Browse the repository at this point in the history
* Fix ssz replace all

* update libs to a working version
  • Loading branch information
g11tech authored Feb 27, 2023
1 parent 61e32b3 commit 25f5b67
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
48 changes: 26 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "^0.9.2",
"@chainsafe/ssz": "0.9.4",
"@ethereumjs/common": "^3.1.0",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/util": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@chainsafe/ssz": "^0.10.0",
"@chainsafe/ssz": "0.9.4",
"@ethereumjs/rlp": "^4.0.1",
"ethereum-cryptography": "^1.1.2"
},
Expand Down

0 comments on commit 25f5b67

Please sign in to comment.