UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines 236 B
import { beaconRestApiServerOpts } from "./rest/index.js"; export const defaultApiOptions = { maxGindicesInProof: 512, rest: beaconRestApiServerOpts, version: "dev", private: false, }; //# sourceMappingURL=options.js.map