From 5fc94268c0314b6406afe2530fd943fe9a7dd823 Mon Sep 17 00:00:00 2001 From: Sertug17 <104278804+Sertug17@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:00:00 +0300 Subject: [PATCH] docs: fix outdated reth pruning link in env files Fixes #1170 (partial - remaining link fix) - .env.mainnet: update reth pruning link from /run/faq/pruning/ to /run/storage/pruning - .env.sepolia: update reth pruning link from /run/faq/pruning/ to /run/storage/pruning --- .env.mainnet | 2 +- .env.sepolia | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.mainnet b/.env.mainnet index c5bd040b51..4f409784f2 100644 --- a/.env.mainnet +++ b/.env.mainnet @@ -117,6 +117,6 @@ STATSD_ADDRESS="172.17.0.1" # PRUNING (OPTIONAL - UNCOMMENT TO ENABLE) # NOTE: Set to any number of blocks you want, but it should be >10064 -# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/faq/pruning/). +# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/storage/pruning). # NOTE: The pruned snapshots provided are set with a distance of 1_339_200 (~31 days). # RETH_PRUNING_ARGS="--prune.senderrecovery.distance=50000 --prune.transactionlookup.distance=50000 --prune.receipts.distance=50000 --prune.accounthistory.distance=50000 --prune.storagehistory.distance=50000 --prune.bodies.distance=50000" diff --git a/.env.sepolia b/.env.sepolia index cb9a8b5455..cd5285111c 100644 --- a/.env.sepolia +++ b/.env.sepolia @@ -117,6 +117,6 @@ STATSD_ADDRESS="172.17.0.1" # PRUNING (OPTIONAL - UNCOMMENT TO ENABLE) # NOTE: Set to any number of blocks you want, but it should be >10064 -# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/faq/pruning/). +# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/storage/pruning). # NOTE: The pruned snapshots provided are set with a distance of 1_339_200 (~31 days). # RETH_PRUNING_ARGS="--prune.senderrecovery.distance=50000 --prune.transactionlookup.distance=50000 --prune.receipts.distance=50000 --prune.accounthistory.distance=50000 --prune.storagehistory.distance=50000 --prune.bodies.distance=50000"