Skip to content

Commit 14c063d

Browse files
committed
add pruning args to env file
1 parent 22ae136 commit 14c063d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.env.mainnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ STATSD_ADDRESS="172.17.0.1"
9696

9797
# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
9898
# RETH_FB_WEBSOCKET_URL=wss://mainnet.flashblocks.base.org/ws
99+
100+
# PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
101+
# NOTE: Set any number of blocks you want, but it should be >10064
102+
# 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"

.env.sepolia

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ STATSD_ADDRESS="172.17.0.1"
9696

9797
# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
9898
# RETH_FB_WEBSOCKET_URL=wss://sepolia.flashblocks.base.org/ws
99+
100+
# PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
101+
# NOTE: Set any number of blocks you want, but it should be >10064
102+
# 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"

0 commit comments

Comments
 (0)