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 8ff29f6 commit 5c544c2Copy full SHA for 5c544c2
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
WithArgs(
32
"--rpc-host", "0.0.0.0",
33
"--rpc-port", `{{Port "authrpc" 8551}}`,
0 commit comments