From 694abee654964f5ff3d04ff2004d5816a3d19a15 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:03:20 +0100 Subject: [PATCH] disable execution layer sync --- op-snaxchain-fullnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-snaxchain-fullnode.yml b/op-snaxchain-fullnode.yml index 9aaedd52..780c1b2a 100644 --- a/op-snaxchain-fullnode.yml +++ b/op-snaxchain-fullnode.yml @@ -71,7 +71,7 @@ services: #- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_L1_ETH_RPC=${SNAXCHAIN_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - - "OP_NODE_L2_ENGINE_RPC=http://snaxchain-fullnode:8551" + - "OP_NODE_L2_ENGINE_RPC=http://op-snaxchain-fullnode:8551" - "OP_NODE_LOG_LEVEL=info" - "OP_NODE_METRICS_ADDR=0.0.0.0" - "OP_NODE_METRICS_ENABLED=true"