superseed-sepolia op-reth: use conduit-op-reth image + historicalrpc
Chain 53302 is legacy Canyon-at-genesis (block 0 has no Shanghai withdrawalsRoot). Upstream op-reth always injects it and computes the wrong genesis hash 0xfa6f21ae vs canonical 0x7274a90e, so it crash-loops against the DB. conduit-op-reth has legacy-Canyon genesis compatibility for 53302. Regenerated from context.yml (reth client_image override) + op-reth.yml template (historicalrpc for superseed-sepolia fresh-sync backfill). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
superseed-sepolia-op-reth-pruned:
|
||||
image: ${SUPERSEED_RETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.3.1}
|
||||
image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-latest}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -65,6 +65,7 @@ services:
|
||||
- --metrics=0.0.0.0:9001
|
||||
- --nat=extip:${IP}
|
||||
- --port=12399
|
||||
- --rollup.historicalrpc=${SUPERSEED_SEPOLIA_CLASSIC_ARCHIVE_RPC:-https://sepolia.superseed.xyz}
|
||||
- --rollup.sequencer-http=https://sepolia.superseed.xyz
|
||||
- --rpc-cache.max-blocks=10000
|
||||
- --rpc-cache.max-concurrent-db-requests=2048
|
||||
|
||||
Reference in New Issue
Block a user