From fc3808716bcf8d61f19432db996469aaa9e0c9ac Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:32:11 +0200 Subject: [PATCH] fix --- op/reth/base-mainnet-op-reth-archive-trace.yml | 2 +- op/reth/base-mainnet-op-reth-pruned-trace.yml | 2 +- op/reth/base-sepolia-op-reth-archive-trace.yml | 2 +- op/reth/base-sepolia-op-reth-pruned-trace.yml | 2 +- op/reth/op-mainnet-op-reth-archive-trace.yml | 2 +- op/reth/op-mainnet-op-reth-pruned-trace.yml | 2 +- op/reth/op-sepolia-op-reth-archive-trace.yml | 2 +- op/reth/op-sepolia-op-reth-pruned-trace.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 4fa6f97b..bd666144 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=base - --port=10221 - --discovery.port=10221 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index e733c8cd..f305e913 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=base - --port=10759 - --discovery.port=10759 - --rollup.sequencer-http=https://mainnet-sequencer.base.org diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index 1bae1385..cfed9da8 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=base-sepolia - --port=10390 - --discovery.port=10390 - --rollup.sequencer-http=https://sepolia-sequencer.base.org diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index 568ae03b..ffe45ec2 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=base-sepolia - --port=10147 - --discovery.port=10147 - --rollup.sequencer-http=https://sepolia-sequencer.base.org diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index 0042cce0..1bc9de21 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=optimism - --port=10114 - --discovery.port=10114 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.org diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index d65721e3..47097138 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=optimism - --port=10985 - --discovery.port=10985 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.org diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index 535dabd0..6a80b782 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=op-sepolia - --port=10326 - --discovery.port=10326 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index b6c8e80b..f365c2de 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -14,7 +14,7 @@ services: entrypoint: ["op-reth", "node"] command: - - --chain=/config/genesis.json + - --chain=op-sepolia - --port=10442 - --discovery.port=10442 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org