Skip to content

Commit

Permalink
Doc missing network options (#366)
Browse files Browse the repository at this point in the history
* doc ropsten and kiln as network options

* add missing network options

* remove swift and less swift
  • Loading branch information
alexandratran authored Jun 3, 2022
1 parent 18d46b4 commit 681f82f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,11 +955,14 @@ The default is `mainnet`.

Possible values are:

| Network | Chain | Type | Description |
|:----------|:----------------|:-----------|:-------------------------------------------------|
| `mainnet` | Consensus layer | Production | Main network. |
| `minimal` | Consensus layer | Test | Used for local testing and development networks. |
| `prater` | Consensus layer | Test | Multi-client testnet. |
| Network | Chain | Type | Description |
|:-------------|:----------------|:-----------|:-------------------------------------------------|
| `mainnet` | Consensus layer | Production | Main network. |
| `minimal` | Consensus layer | Test | Used for local testing and development networks. |
| `prater` | Consensus layer | Test | Multi-client testnet. |
| `kiln` | Consensus layer | Test | Multi-client testnet. |
| `ropsten` | Consensus layer | Test | Multi-client testnet. |
| `gnosis` | Consensus layer | Test | Multi-client testnet. |

Predefined networks can provide defaults such as the initial state of the network,
bootnodes, and the address of the deposit contract.
Expand Down

0 comments on commit 681f82f

Please sign in to comment.