Skip to main content
This release adds Arbitrum One and Arbitrum Sepolia as deployment targets and changes how Ethereum reth nodes handle pruning.

Arbitrum support

Arbitrum One mainnet and Arbitrum Sepolia are now available as deployment targets, running the Arbitrum Nitro client. You can deploy and manage Arbitrum nodes from the Control Panel with the same workflows as other supported networks, including snapshot-accelerated initial sync.
  • Arbitrum One — mainnet, chain ID 42161
  • Arbitrum Sepolia — testnet, chain ID 421614
Nitro deployments read their chain directory from the network preset, so snapshots packaged in the canonical Nitro layout restore and start correctly.

Ethereum reth pruning mode

Ethereum mainnet and Sepolia reth deployments now run in full mode rather than archive mode, matching the pruned snapshots they restore from.
  • Affected presets — Ethereum mainnet, Ethereum mainnet light, Sepolia, and Sepolia light
  • Receipt history — full mode retains roughly the most recent 10,000 blocks of receipts
  • Hoodi — unaffected, and continues to run in archive mode

Component versions

Last modified on July 27, 2026