Skip to content

Commit

Permalink
Doc missing eth2 network config options (#122)
Browse files Browse the repository at this point in the history
* Doc ropsten and kiln config support

* minor edit

* add missing network options

* remove swift and less swift
  • Loading branch information
alexandratran authored Jun 3, 2022
1 parent 916c2c8 commit b053423
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/Reference/CLI/CLI-Subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,15 @@ 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. |
| `pyrmont` | Consensus layer | Test | Multi-client testnet. |
| `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. |
| `pyrmont` | Consensus layer | Test | Multi-client testnet. |
| `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. |

#### `slashing-protection-db-password`

Expand Down

0 comments on commit b053423

Please sign in to comment.