diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index fae46949..b593ecb9 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15993", "--checkpoint-sync-url=https://holesky.beaconstate.info", "--execution-endpoint=http://ethereum-holesky:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 76ca7975..d6024481 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15023", "--checkpoint-sync-url=https://sync-mainnet.beaconcha.in", "--execution-endpoint=http://ethereum-mainnet:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index 1af0888a..aca4d3a3 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -60,13 +60,8 @@ services: "--p2p-udp-port=15710", "--checkpoint-sync-url=https://sepolia.beaconstate.info", "--execution-endpoint=http://ethereum-sepolia:8551", - "--prune-every=50", - "--prune-threshold=0.2", - "--slots-per-archive-point=1024", "--enable-historical-state-representation=false", - "--disable-batch-builder", - "--minimum-peers=10", - "--prune-block-roots", + "--beacon-db-pruning", "--accept-terms-of-use" ] networks: