From 6ed8ab5c4c4edbd16c93dc438af6f64e6bf55193 Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Thu, 20 Mar 2025 13:21:34 +0100 Subject: [PATCH] Fix Op-batcher --- internal/components.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/components.go b/internal/components.go index c25e187..648da80 100644 --- a/internal/components.go +++ b/internal/components.go @@ -38,7 +38,7 @@ func (o *OpBatcher) Run(service *service) { WithEntrypoint("op-batcher"). WithArgs( "--l1-eth-rpc", Connect(o.L1Node, "http"), - "--l2-eth-rpc", Connect(o.L1Node, "http"), + "--l2-eth-rpc", Connect(o.L2Node, "http"), "--rollup-rpc", Connect(o.RollupNode, "http"), "--max-channel-duration=2", "--sub-safety-margin=4",