Skip to content

Commit 3b272d6

Browse files
authored
Add flashblocks url to cli (#180)
1 parent a487a05 commit 3b272d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/recipe_opstack.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func (o *OpRecipe) Flags() *flag.FlagSet {
4747
flags.Uint64Var(&o.blockTime, "block-time", defaultOpBlockTimeSeconds, "Block time to use for the rollup")
4848
flags.Uint64Var(&o.batcherMaxChannelDuration, "batcher-max-channel-duration", 2, "Maximum channel duration to use for the batcher")
4949
flags.BoolVar(&o.flashblocks, "flashblocks", false, "Whether to enable flashblocks")
50+
flags.StringVar(&o.flashblocksBuilderURL, "flashblocks-builder", "", "External URL of builder flashblocks stream")
5051
return flags
5152
}
5253

0 commit comments

Comments
 (0)