From c67a4aea6b3976d67859c502d606516924e9b641 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Fri, 5 Sep 2025 05:42:22 +0700 Subject: [PATCH] update --- op/reth/op-mainnet-op-reth-archive-trace.yml | 2 +- op/reth/op-mainnet-op-reth-minimal-trace.yml | 2 +- op/reth/op-mainnet-op-reth-pruned-trace.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index e44c837e..e49c0c25 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -64,7 +64,7 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11114 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} + - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC:-https://mainnet-sequencer.optimism.io} - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048 diff --git a/op/reth/op-mainnet-op-reth-minimal-trace.yml b/op/reth/op-mainnet-op-reth-minimal-trace.yml index 31e8aa5d..7826a26b 100644 --- a/op/reth/op-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/op-mainnet-op-reth-minimal-trace.yml @@ -64,7 +64,7 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11845 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} + - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC:-https://mainnet-sequencer.optimism.io} - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048 diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index 8af5bd12..b7d57d91 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -65,7 +65,7 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=13985 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} + - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC:-https://mainnet-sequencer.optimism.io} - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048