From fe910a6bbe9262e38ad2c2793fa791a20888045c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 15 Mar 2025 10:40:50 +0100 Subject: [PATCH] update to specific image --- 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 a7fdb9cc..651a04c0 100644 --- a/op-celo-alfajores-fullnode.yml +++ b/op-celo-alfajores-fullnode.yml @@ -51,8 +51,8 @@ services: - "39395:39395" - "39395:39395/udp" environment: - - OP_NODE__RPC_ENDPOINT='${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com}' - - OP_NODE__L1_BEACON='${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com}' + - OP_NODE__RPC_ENDPOINT=${OP_CELO_ALFAJORES_HOLESKY_RPC:-https://ethereum-holesky-rpc.publicnode.com} + - OP_NODE__L1_BEACON=${OP_CELO_ALFAJORES_HOLESKY_BEACON_REST:-https://ethereum-holesky-beacon-api.publicnode.com} - OP_NODE__RPC_TYPE=basic - HEALTHCHECK__REFERENCE_RPC_PROVIDER=https://alfajores-forno.celo-testnet.org - PORT__OP_NODE_P2P=39395