Skip to content

Commit

Permalink
cli: import ethjs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Feb 1, 2024
1 parent e8b1f31 commit a96043a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"@chainsafe/discv5": "5.1.1",
"@chainsafe/ssz": "^0.11.1",
"@ethereumjs/block": "^5.0.1",
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/blockchain": "^7.0.1",
"@ethereumjs/evm": "^2.1.0",
"@ethereumjs/rlp": "^5.0.1",
"@ethereumjs/statemanager": "^2.1.0",
"@ethereumjs/trie": "^6.0.1",
"@ethereumjs/tx": "^5.0.1",
"@ethereumjs/util": "^9.0.1",
Expand All @@ -40,6 +44,7 @@
"@lodestar/types": "^1.9.2",
"@multiformats/multiaddr": "^11.0.0",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"jayson": "^4.0.0",
"level": "^8.0.0",
"portalnetwork": "^0.0.1",
Expand Down

0 comments on commit a96043a

Please sign in to comment.