From b21f82fc171c7ef9492a11353af5aeab63692812 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 19 May 2025 17:02:51 +0700 Subject: [PATCH] fix --- op/reth/op-mainnet-op-reth-archive-trace.yml | 1 - op/reth/op-mainnet-op-reth-minimal-trace.yml | 1 - op/reth/op-mainnet-op-reth-pruned-trace.yml | 1 - 3 files changed, 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 fbc67c27..79677308 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -63,7 +63,6 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11114 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} - --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 d997d2a4..c4ce438f 100644 --- a/op/reth/op-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/op-mainnet-op-reth-minimal-trace.yml @@ -63,7 +63,6 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=11845 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} - --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 bdba55e6..191c829a 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -64,7 +64,6 @@ services: - --metrics=0.0.0.0:9001 - --nat=extip:${IP} - --port=13985 - - --rollup.historicalrpc=${OP_MAINNET_CLASSIC_ARCHIVE_RPC} - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rpc-cache.max-blocks=10000 - --rpc-cache.max-concurrent-db-requests=2048