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 54056f2 commit 3a18d6bCopy full SHA for 3a18d6b
playground/components.go
@@ -27,7 +27,7 @@ type RollupBoost struct {
27
func (r *RollupBoost) Apply(manifest *Manifest) {
28
service := manifest.NewService("rollup-boost").
29
WithImage("docker.io/flashbots/rollup-boost").
30
- WithTag("v0.7.12-rc1").
+ WithTag("v0.7.12").
31
DependsOnHealthy(r.ELNode).
32
WithArgs(
33
"--rpc-host", "0.0.0.0",
0 commit comments