UNPKG

@lodestar/config

Version:

Chain configuration required for lodestar

7 lines 403 B
import { ForkName } from "@lodestar/params"; import { ChainForkConfig } from "../index.js"; export declare const ZERO_HASH: Buffer<ArrayBuffer>; /** default config with ZERO_HASH as genesisValidatorsRoot */ export declare const config: import("../beaconConfig.ts").BeaconConfig; export declare function getConfig(fork: ForkName, forkEpoch?: number): ChainForkConfig; //# sourceMappingURL=config.d.ts.map