We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f5de0 commit b3c3dadCopy full SHA for b3c3dad
packages/client/package.json
@@ -54,6 +54,7 @@
54
"@ethereumjs/devp2p": "7.0.0-alpha.1",
55
"@ethereumjs/ethash": "4.0.0-alpha.1",
56
"@ethereumjs/evm": "4.0.0-alpha.1",
57
+ "@ethereumjs/era": "1.0.0-alpha.1",
58
"@ethereumjs/genesis": "0.3.0-alpha.1",
59
"@ethereumjs/mpt": "7.0.0-alpha.1",
60
"@ethereumjs/rlp": "6.0.0-alpha.1",
packages/client/tsconfig.prod.esm.json
@@ -12,6 +12,7 @@
12
{ "path": "../blockchain/tsconfig.prod.esm.json" },
13
{ "path": "../common/tsconfig.prod.esm.json" },
14
{ "path": "../devp2p/tsconfig.prod.esm.json" },
15
+ { "path": "../era/tsconfig.prod.esm.json" },
16
{ "path": "../rlp/tsconfig.prod.esm.json" },
17
{ "path": "../mpt/tsconfig.prod.esm.json" },
18
{ "path": "../tx/tsconfig.prod.esm.json" },
0 commit comments