Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock authored Aug 28, 2024
1 parent 2bdac9d commit 772f627
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/reference/cli/subcommands/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ data-storage-mode: "archive"
</TabItem>
</Tabs>

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`

Expand Down Expand Up @@ -507,7 +507,7 @@ data-storage-mode: "archive"
</TabItem>
</Tabs>

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`

Expand Down Expand Up @@ -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.

0 comments on commit 772f627

Please sign in to comment.