From 6ec29db53184777ab35dbb5191cc3d1e4163c605 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Mon, 6 Jul 2026 22:24:00 +0700 Subject: [PATCH] fix --- op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml | 1 + op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml index cf42630b..e56de48f 100644 --- a/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml +++ b/op/reth/mode-mainnet-op-reth-pruned-trace--kona.yml @@ -69,6 +69,7 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=14035 + - --rollup.historicalrpc=${MODE_MAINNET_CLASSIC_ARCHIVE_RPC:-https://mainnet.mode.network} - --rollup.sequencer-http=https://mainnet.mode.network - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048 diff --git a/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml b/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml index aa12c206..94e803c1 100644 --- a/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml +++ b/op/reth/mode-sepolia-op-reth-pruned-trace--kona.yml @@ -60,6 +60,7 @@ services: - --max-inbound-peers=50 - --max-outbound-peers=50 - --metrics=0.0.0.0:9001 + - --rollup.historicalrpc=${MODE_SEPOLIA_CLASSIC_ARCHIVE_RPC:-https://sepolia.mode.network} - --rollup.sequencer-http=https://sepolia.mode.network - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048