Skip to content

Commit 41b929c

Browse files
authored
Fix Op-batcher (#53)
1 parent de6d291 commit 41b929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (o *OpBatcher) Run(service *service) {
3838
WithEntrypoint("op-batcher").
3939
WithArgs(
4040
"--l1-eth-rpc", Connect(o.L1Node, "http"),
41-
"--l2-eth-rpc", Connect(o.L1Node, "http"),
41+
"--l2-eth-rpc", Connect(o.L2Node, "http"),
4242
"--rollup-rpc", Connect(o.RollupNode, "http"),
4343
"--max-channel-duration=2",
4444
"--sub-safety-margin=4",

0 commit comments

Comments
 (0)