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 de6d291 commit 41b929cCopy full SHA for 41b929c
internal/components.go
@@ -38,7 +38,7 @@ func (o *OpBatcher) Run(service *service) {
38
WithEntrypoint("op-batcher").
39
WithArgs(
40
"--l1-eth-rpc", Connect(o.L1Node, "http"),
41
- "--l2-eth-rpc", Connect(o.L1Node, "http"),
+ "--l2-eth-rpc", Connect(o.L2Node, "http"),
42
"--rollup-rpc", Connect(o.RollupNode, "http"),
43
"--max-channel-duration=2",
44
"--sub-safety-margin=4",
0 commit comments