disable execution layer sync

This commit is contained in:
Sebastian
2025-01-24 10:03:20 +01:00
parent 3324ae5d7f
commit 694abee654

View File

@@ -71,7 +71,7 @@ services:
#- "OP_NODE_SYNCMODE=execution-layer" #- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${SNAXCHAIN_ETHEREUM_ENDPOINT}" - "OP_NODE_L1_ETH_RPC=${SNAXCHAIN_ETHEREUM_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "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_LOG_LEVEL=info"
- "OP_NODE_METRICS_ADDR=0.0.0.0" - "OP_NODE_METRICS_ADDR=0.0.0.0"
- "OP_NODE_METRICS_ENABLED=true" - "OP_NODE_METRICS_ENABLED=true"