Skip to content

Commit 0994084

Browse files
authored
Enable isthmus out of genesis (#97)
1 parent 4e73adc commit 0994084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/components.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type OpBatcher struct {
4141
func (o *OpBatcher) Run(service *service, ctx *ExContext) {
4242
service.
4343
WithImage("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher").
44-
WithTag("v1.11.1").
44+
WithTag("v1.12.0-rc.1").
4545
WithEntrypoint("op-batcher").
4646
WithArgs(
4747
"--l1-eth-rpc", Connect(o.L1Node, "http"),
@@ -68,7 +68,7 @@ type OpNode struct {
6868
func (o *OpNode) Run(service *service, ctx *ExContext) {
6969
service.
7070
WithImage("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node").
71-
WithTag("v1.11.0").
71+
WithTag("v1.13.0-rc.1").
7272
WithEntrypoint("op-node").
7373
WithEnv("A", "B"). // this is just a placeholder to make sure env works since we e2e test with the recipes
7474
WithArgs(
@@ -135,7 +135,7 @@ func (o *OpGeth) Run(service *service, ctx *ExContext) {
135135

136136
service.
137137
WithImage("us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth").
138-
WithTag("v1.101500.0").
138+
WithTag("v1.101503.2-rc.5").
139139
WithEntrypoint("/bin/sh").
140140
WithArgs(
141141
"-c",

0 commit comments

Comments
 (0)