From df54c7334890a896f56d183ddd6df5a8e9411cdc Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 17 Jun 2025 14:59:23 +0700 Subject: [PATCH] checkpoint sync lighthouse --- ...reum-mainnet-reth-archive-trace--lighthouse-pruned-blobs.yml | 2 +- .../reth/ethereum-mainnet-reth-pruned-trace--lighthouse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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