disable execution layer sync

This commit is contained in:
Sebastian
2025-01-24 09:59:42 +01:00
parent 07c2a00a37
commit 498705a5a8

View File

@@ -32,6 +32,7 @@ services:
- "WS_PORT=8545" - "WS_PORT=8545"
- "IP=${IP}" - "IP=${IP}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "GETH_NODISCOVER=true"
#- "GETH_OVERRIDE_CANYON=1704992401" #- "GETH_OVERRIDE_CANYON=1704992401"
#- "GETH_OVERRIDE_DELTA=1708560000" #- "GETH_OVERRIDE_DELTA=1708560000"
#- "GETH_OVERRIDE_ECOTONE=1710374401" #- "GETH_OVERRIDE_ECOTONE=1710374401"
@@ -67,7 +68,7 @@ services:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "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://snaxchain-fullnode:8551"