From 10deed7819b8d30bf9303796c397f6dd78792ec4 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sun, 14 Jun 2026 06:10:06 +0000 Subject: [PATCH] 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) --- op/reth/superseed-sepolia-op-reth-pruned-trace.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml index eca35591..93b4d8cc 100644 --- a/op/reth/superseed-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/superseed-sepolia-op-reth-pruned-trace.yml @@ -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