diff --git a/docs/reference/cli/subcommands/admin.md b/docs/reference/cli/subcommands/admin.md index 57c990cc7..062855da3 100644 --- a/docs/reference/cli/subcommands/admin.md +++ b/docs/reference/cli/subcommands/admin.md @@ -200,7 +200,7 @@ data-storage-mode: "archive" -Set the strategy for handling historical chain data. Valid options are `minimal` and `archive`. The default is `minimal`. +Set the strategy for handling historical chain data. Valid options are `archive`, `minimal` and `prune`. The default is `minimal`. #### `data-validator-path` @@ -507,7 +507,7 @@ data-storage-mode: "archive" -Set the strategy for handling historical chain data. Valid options are `minimal` and `archive`. The default is `minimal`. +Set the strategy for handling historical chain data. Valid options are `archive`, `minimal`, and `prune`. The default is `minimal`. #### `data-validator-path` @@ -619,11 +619,11 @@ Possible values are: | Network | Chain | Type | Description | | --- | --- | --- | --- | | `mainnet` | Consensus layer | Production | Main network | -| `minimal` | Consensus layer | Test | Used for local testing and development networks | -| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) | -| `holesky` | Consensus layer | Test | Multi-client testnet | -| `sepolia` | Consensus layer | Test | Multi-client testnet | -| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) | -| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) | +| `minimal` | Consensus layer | Test | Used for local testing and development networks | +| `gnosis` | Consensus layer | Production | Network for the [Gnosis chain](https://www.gnosis.io/) | +| `holesky` | Consensus layer | Test | Multi-client testnet | +| `sepolia` | Consensus layer | Test | Multi-client testnet | +| `chiado` | Consensus layer | Test | Gnosis [testnet](https://docs.gnosischain.com/about/networks/chiado/) | +| `lukso` | Consensus layer | Production | Network for the [Lukso chain](https://lukso.network/) | Predefined networks can provide defaults such the initial state of the network, bootnodes, and the address of the deposit contract.