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