UNPKG
@chainsafe/eth2.0-config
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
Chain configuration required for eth2.0
github.com/ChainSafe/lodestar
ChainSafe/lodestar
@chainsafe/eth2.0-config
/
lib
/
presets
/
minimal.d.ts
3 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
import
{
IBeaconConfig
}
from
"../interface"
;
export
declare
const
config
:
IBeaconConfig
;