Skip to content

Commit 9b64868

Browse files
authored
chore: fix mev-boost container with multi beacon nodes (#112)
1 parent 4dc2150 commit 9b64868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/components.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ func (m *MevBoostRelay) Run(service *service, ctx *ExContext) {
396396
service.
397397
WithImage("docker.io/flashbots/playground-utils").
398398
WithTag("latest").
399+
WithEnv("ALLOW_SYNCING_BEACON_NODE", "1").
399400
WithEntrypoint("mev-boost-relay").
400401
DependsOnHealthy(m.BeaconClient).
401402
WithArgs(

0 commit comments

Comments
 (0)