From 7dcebb7a8e5f7a7924fc7b041d60830a6bf1439d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:43:19 +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 d313e379..94590da2 100644 --- a/op-celo-alfajores-fullnode.yml +++ b/op-celo-alfajores-fullnode.yml @@ -76,8 +76,8 @@ services: command: > op-node --l1.trustrpc=true - --l1=${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com} - --l1.beacon=${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com} + --l1="${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com}" + --l1.beacon="${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com}" --l2=http://op-celo-alfajores-fullnode:8551 --l2.jwt-secret=/jwtsecret --rollup.load-protocol-versions=true