Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Revert ethereumjs upgrade, because it does not support nodejs v14.0 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Jun 27, 2023
1 parent e99e7f0 commit b29117a
Show file tree
Hide file tree
Showing 14 changed files with 3,323 additions and 3,542 deletions.
94 changes: 57 additions & 37 deletions src/chains/ethereum/address/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 src/chains/ethereum/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@ethereumjs/util": "8.1.0",
"@ethereumjs/util": "8.0.5",
"@ganache/utils": "0.8.0"
}
}
102 changes: 61 additions & 41 deletions src/chains/ethereum/block/package-lock.json

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

4 changes: 2 additions & 2 deletions src/chains/ethereum/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"typescript": "4.7.4"
},
"dependencies": {
"@ethereumjs/common": "3.1.2",
"@ethereumjs/util": "8.1.0",
"@ethereumjs/common": "3.1.1",
"@ethereumjs/util": "8.0.5",
"@ganache/ethereum-address": "0.8.0",
"@ganache/ethereum-transaction": "0.8.0",
"@ganache/ethereum-utils": "0.8.0",
Expand Down
Loading

0 comments on commit b29117a

Please sign in to comment.