Skip to content

Commit d27ad27

Browse files
committed
prevent "chain is indexing" error in contender
1 parent 65d9374 commit d27ad27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playground/components.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,4 +940,7 @@ func (c *Contender) Run(service *Service, ctx *ExContext) {
940940
WithArgs(args...).
941941
DependsOnHealthy("beacon")
942942

943+
if c.TargetChain == "op-geth" {
944+
service.DependsOnRunning("op-node")
945+
}
943946
}

0 commit comments

Comments
 (0)