Skip to content

Commit b3c3dad

Browse files
author
ScottyPoi
committed
client: add era dependency
1 parent a1f5de0 commit b3c3dad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@ethereumjs/devp2p": "7.0.0-alpha.1",
5555
"@ethereumjs/ethash": "4.0.0-alpha.1",
5656
"@ethereumjs/evm": "4.0.0-alpha.1",
57+
"@ethereumjs/era": "1.0.0-alpha.1",
5758
"@ethereumjs/genesis": "0.3.0-alpha.1",
5859
"@ethereumjs/mpt": "7.0.0-alpha.1",
5960
"@ethereumjs/rlp": "6.0.0-alpha.1",

packages/client/tsconfig.prod.esm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{ "path": "../blockchain/tsconfig.prod.esm.json" },
1313
{ "path": "../common/tsconfig.prod.esm.json" },
1414
{ "path": "../devp2p/tsconfig.prod.esm.json" },
15+
{ "path": "../era/tsconfig.prod.esm.json" },
1516
{ "path": "../rlp/tsconfig.prod.esm.json" },
1617
{ "path": "../mpt/tsconfig.prod.esm.json" },
1718
{ "path": "../tx/tsconfig.prod.esm.json" },

0 commit comments

Comments
 (0)