Skip to content

Commit

Permalink
doc multi-file constants format (#261)
Browse files Browse the repository at this point in the history
* doc multi-file constants format

* update mainnet resources link

* remove reference to mainnet resources directory

* add resources link

* add link to eth2 spec

* fix markdownlint and vale errors
  • Loading branch information
alexandratran authored Mar 25, 2021
1 parent 10e949a commit 582823f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,12 @@ The default is `8008`.
network: "mainnet"
```

Predefined network configuration. Accepts a predefined network name, or file path or URL
to a YAML configuration file. The default is `mainnet`.
Predefined network configuration.
Accepts a predefined network name, or file path or URL to a YAML configuration file or directory.
Directories must hold a `phase0.yaml` file and can hold an optional `altair.yaml` file.
See the [Ethereum 2.0 specification] for examples.

The default is `mainnet`.

Possible values are:

Expand All @@ -788,7 +792,7 @@ Possible values are:
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |

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

### p2p-advertised-ip
Expand Down Expand Up @@ -1809,3 +1813,4 @@ or clear your weak subjectivity settings.
[weak subjectivity period]: ../../Concepts/Weak-Subjectivity.md
[BeaconScan chain explorer]: https://beaconscan.com/ws_checkpoint
[load new validators without restarting Teku]: ../../HowTo/Load-Validators-No-Restart.md
[Ethereum 2.0 specification]: https://github.com/ethereum/eth2.0-specs/tree/master/configs

0 comments on commit 582823f

Please sign in to comment.