Enable native state for Sepolia (#10880)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Radosław Kapka
2022-06-14 23:51:58 +02:00
committed by GitHub
parent 88db7117d2
commit 690084cab6

View File

@@ -163,6 +163,9 @@ func applySepoliaFeatureFlags(ctx *cli.Context) {
if err := ctx.Set(enableForkChoiceDoublyLinkedTree.Names()[0], "true"); err != nil {
log.WithError(err).Debug("error enabling doubly linked tree forkchoice flag")
}
if err := ctx.Set(enableNativeState.Names()[0], "true"); err != nil {
log.WithError(err).Debug("error enabling native state flag")
}
}
// ConfigureBeaconChain sets the global config based