diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 2b2333fb..43c2f387 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -74,7 +74,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io + - --checkpoint-sync-url=https://mainnet.beaconstate.info - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet:8551 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml index a51360f8..cfc0d35a 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml @@ -77,7 +77,7 @@ services: ports: - 19563:19563 - 19563:19563/udp - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index b52611ca..2733746a 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -79,7 +79,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io + - --checkpoint-sync-url=https://mainnet.beaconstate.info - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet-archive:8551 diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 324c13a7..8a396314 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -81,7 +81,7 @@ services: ports: - 19286:19286 - 19286:19286/udp - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml index 63891b75..eb5ea4a8 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml @@ -78,7 +78,7 @@ services: ports: - 15150:15150 - 15150:15150/udp - entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://lodestar-mainnet.chainsafe.io --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- + entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=mainnet --trusted-node-url=https://mainnet.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' -- command: - --history=prune - --jwt-secret=/jwtsecret diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index 7496d9a7..2c2dab1e 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -80,7 +80,7 @@ services: command: - --accept-terms-of-use - --beacon-db-pruning - - --checkpoint-sync-url=https://lodestar-mainnet.chainsafe.io + - --checkpoint-sync-url=https://mainnet.beaconstate.info - --datadir=/data - --enable-historical-state-representation=false - --execution-endpoint=http://ethereum-mainnet:8551