Skip to content

Commit

Permalink
Merge bf993bf into 2b9fe2a
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Apr 29, 2022
2 parents 2b9fe2a + bf993bf commit 9840428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lodestar/src/chain/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const defaultChainOptions: IChainOptions = {
disableBlsBatchVerify: false,
persistInvalidSszObjects: true,
persistInvalidSszObjectsDir: "",
proposerBoostEnabled: false,
proposerBoostEnabled: true,
safeSlotsToImportOptimistically: SAFE_SLOTS_TO_IMPORT_OPTIMISTICALLY,
};

0 comments on commit 9840428

Please sign in to comment.