UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

9 lines 305 B
import { SLOTS_PER_EPOCH } from "@lodestar/params"; export const defaultSyncOptions = { isSingleNode: false, disableProcessAsChainSegment: false, /** By default skip the backfill sync */ backfillBatchSize: 0, slotImportTolerance: SLOTS_PER_EPOCH, }; //# sourceMappingURL=options.js.map