We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a487a05 commit 3b272d6Copy full SHA for 3b272d6
playground/recipe_opstack.go
@@ -47,6 +47,7 @@ func (o *OpRecipe) Flags() *flag.FlagSet {
47
flags.Uint64Var(&o.blockTime, "block-time", defaultOpBlockTimeSeconds, "Block time to use for the rollup")
48
flags.Uint64Var(&o.batcherMaxChannelDuration, "batcher-max-channel-duration", 2, "Maximum channel duration to use for the batcher")
49
flags.BoolVar(&o.flashblocks, "flashblocks", false, "Whether to enable flashblocks")
50
+ flags.StringVar(&o.flashblocksBuilderURL, "flashblocks-builder", "", "External URL of builder flashblocks stream")
51
return flags
52
}
53
0 commit comments