diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml index 868ed4d5..3ea4efbe 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml @@ -116,7 +116,7 @@ services: entrypoint: [lighthouse, beacon_node] command: - --allow-insecure-genesis-sync - - --checkpoint-sync-url "https://mainnet.beaconstate.info" + - --checkpoint-sync-url=https://mainnet.beaconstate.info - --datadir=/data - --debug-level=info - --disable-backfill-rate-limiting diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml index 8300d7b7..9b703d18 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml @@ -117,7 +117,7 @@ services: entrypoint: [lighthouse, beacon_node] command: - --allow-insecure-genesis-sync - - --checkpoint-sync-url "https://mainnet.beaconstate.info" + - --checkpoint-sync-url=https://mainnet.beaconstate.info - --datadir=/data - --debug-level=info - --disable-log-timestamp