Skip to content

Commit ae6a6b1

Browse files
committed
Re-add necessary ethereumjs deps
1 parent 15add28 commit ae6a6b1

File tree

2 files changed

+82
-10
lines changed

2 files changed

+82
-10
lines changed

packages/hardhat-core/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"console.sol"
6363
],
6464
"devDependencies": {
65+
"@nomicfoundation/ethereumjs-block": "5.0.3",
6566
"@nomicfoundation/eslint-plugin-hardhat-internal-rules": "workspace:^",
6667
"@nomicfoundation/eslint-plugin-slow-imports": "workspace:^",
6768
"@types/async-eventemitter": "^0.2.1",
@@ -107,6 +108,8 @@
107108
"@ethersproject/abi": "^5.1.2",
108109
"@ignored/edr": "workspace:^0.2.0-alpha.1",
109110
"@metamask/eth-sig-util": "^4.0.0",
111+
"@nomicfoundation/ethereumjs-common": "4.0.3",
112+
"@nomicfoundation/ethereumjs-tx": "5.0.3",
110113
"@nomicfoundation/ethereumjs-util": "9.0.3",
111114
"@nomicfoundation/solidity-analyzer": "^0.1.0",
112115
"@sentry/node": "^5.18.1",

pnpm-lock.yaml

+79-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)