Skip to main content
The sequencer, participant and CometBFT have pruning options that can be used to ensure storage use is kept within reasonable bounds.

Sequencer pruning

Can be enabled in helm through the following config:
It is recommended that sequencer pruning is enabled and the pruningInterval is set to 1 hour and the retentionPeriod to 30 days.

CometBFT pruning

It is enabled by default. Pruning is defined as the number of blocks to keep. Older blocks are pruned. The number of blocks to keep can be configured under the node helm values key.

Participant pruning

Participant pruning is also supported and recommend. To enable it, set the following helm value on your validator chart:
You also need to tell the participant to continue pruning even if it has not received an ACS commitment from one of its counter participant in the last 30 days. Without this pruning will essentially never run on mainnet as validators get shut down relatively frequently: To do so, set the following through the additionalEnvVars on your participant: