ronin-saigon op-reth: op-node consensus-layer CL-sync (SKIP_SYNC_START_CHECK=true)
Match ronin-mainnet's EigenDA alt-DA recipe on both saigon profiles (archive-trace + pruned-trace): OP_NODE_SYNCMODE execution-layer -> consensus-layer and OP_NODE_L2_SKIP_SYNC_START_CHECK false -> true. Hand-maintained edit (these CL-sync flags are not template-driven); do NOT regenerate saigon via update.sh or it reverts. Mainnet untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -133,7 +133,7 @@ services:
|
|||||||
- OP_NODE_L2_ENGINE_KIND=reth
|
- OP_NODE_L2_ENGINE_KIND=reth
|
||||||
- OP_NODE_L2_ENGINE_RPC=http://ronin-saigon:8551
|
- OP_NODE_L2_ENGINE_RPC=http://ronin-saigon:8551
|
||||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||||
- OP_NODE_L2_SKIP_SYNC_START_CHECK=false
|
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true
|
||||||
- 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
|
||||||
@@ -150,7 +150,7 @@ services:
|
|||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=9545
|
- OP_NODE_RPC_PORT=9545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- OP_NODE_SYNCMODE=consensus-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ services:
|
|||||||
- OP_NODE_L2_ENGINE_KIND=reth
|
- OP_NODE_L2_ENGINE_KIND=reth
|
||||||
- OP_NODE_L2_ENGINE_RPC=http://ronin-saigon-pruned:8551
|
- OP_NODE_L2_ENGINE_RPC=http://ronin-saigon-pruned:8551
|
||||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||||
- OP_NODE_L2_SKIP_SYNC_START_CHECK=false
|
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true
|
||||||
- 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
|
||||||
@@ -151,7 +151,7 @@ services:
|
|||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
- OP_NODE_RPC_PORT=9545
|
- OP_NODE_RPC_PORT=9545
|
||||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||||
- OP_NODE_SYNCMODE=execution-layer
|
- OP_NODE_SYNCMODE=consensus-layer
|
||||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||||
entrypoint: [op-node]
|
entrypoint: [op-node]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user