disable execution layer sync

This commit is contained in:
Sebastian
2025-01-24 10:08:47 +01:00
parent c82b5819c3
commit 12b2732ddf

View File

@@ -69,8 +69,8 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
#- "OP_NODE_SYNCMODE=execution-layer" #- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
- "OP_NODE_L1_ETH_RPC=${SNAXCHAIN_ETHEREUM_ENDPOINT}" - "OP_NODE_L1_ETH_RPC=${SNAXCHAIN_ETHEREUM_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://op-snaxchain-fullnode:8551" - "OP_NODE_L2_ENGINE_RPC=http://op-snaxchain-fullnode:8551"
- "OP_NODE_LOG_LEVEL=info" - "OP_NODE_LOG_LEVEL=info"