From 232dd8698e5822019125884e2cb353d43b1b68d4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:37:27 +0100 Subject: [PATCH] fix? --- op-celo-alfajores-fullnode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-celo-alfajores-fullnode.yml b/op-celo-alfajores-fullnode.yml index 45f9f810..d313e379 100644 --- a/op-celo-alfajores-fullnode.yml +++ b/op-celo-alfajores-fullnode.yml @@ -16,7 +16,7 @@ services: ports: - "10955:10955" - "10955:10955/udp" - command: | + command: > --datadir=/datadir --networkid=44787 --gcmode=full @@ -73,7 +73,7 @@ services: ports: - "39395:39395" - "39395:39395/udp" - command: | + command: > op-node --l1.trustrpc=true --l1=${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com}