From 498705a5a8970c6e89ee1bc84c038d3c9b04f028 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:59:42 +0100 Subject: [PATCH] disable execution layer sync --- op-snaxchain-fullnode.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op-snaxchain-fullnode.yml b/op-snaxchain-fullnode.yml index 0281f373..aa01016a 100644 --- a/op-snaxchain-fullnode.yml +++ b/op-snaxchain-fullnode.yml @@ -32,6 +32,7 @@ services: - "WS_PORT=8545" - "IP=${IP}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" + - "GETH_NODISCOVER=true" #- "GETH_OVERRIDE_CANYON=1704992401" #- "GETH_OVERRIDE_DELTA=1708560000" #- "GETH_OVERRIDE_ECOTONE=1710374401" @@ -67,7 +68,7 @@ services: - .jwtsecret:/jwtsecret stop_grace_period: 30s environment: - - "OP_NODE_SYNCMODE=execution-layer" + #- "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"