Skip to content

Commit

Permalink
doc prater testnet (Consensys#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Apr 14, 2021
1 parent 24be11f commit fe0a287
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
6 changes: 6 additions & 0 deletions docs/HowTo/Get-Started/Connect/Connect-To-Testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ and the text files containing the password to decrypt the validator key.
--metrics-enabled
```

!!! note

If using a cloud-based service such as [Infura], then set
[`--eth1-endpoint`](../../../Reference/CLI/CLI-Syntax.md#eth1-endpoint) to the supplied URL. For
example, `https://goerli.infura.io/v3/<Project_ID>`.

Alternatively, use [`--validator-keys`](../../../Reference/CLI/CLI-Syntax.md#validator-keys) to
specify the directory to load multiple keys and passwords from.

Expand Down
1 change: 1 addition & 0 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ Possible values are:
| `mainnet` | Eth 2.0 | Production | Main network. |
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |
| `prater` | Eth 2.0 | Test | Multi-client testnet. |

Predefined networks can provide defaults such as the initial state of the network,
bootnodes, and the address of the Ethereum 1.0 deposit contract.
Expand Down
11 changes: 6 additions & 5 deletions docs/Reference/CLI/Subcommands/Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,12 @@ to a YAML configuration file. The default is `mainnet`.

Possible values are:

| Network | Chain | Type | Description |
|-----------|---------|-------------|---------------------------------------------------------------------|
| `mainnet` | Eth 2.0 | Production | Main network. |
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |
| Network | Chain | Type | Description |
|-----------|---------|-------------|--------------------------------------------------|
| `mainnet` | Eth 2.0 | Production | Main network. |
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |
| `prater` | Eth 2.0 | Test | Multi-client testnet. |

Predefined networks can provide defaults such the initial state of the network,
bootnodes, and the address of the Ethereum 1.0 deposit contract.
Expand Down
11 changes: 6 additions & 5 deletions docs/Reference/CLI/Subcommands/Validator-Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,12 @@ to a YAML configuration file. The default is `mainnet`.

Possible values are:

| Network | Chain | Type | Description |
|-----------|---------|-------------|---------------------------------------------------------------------|
| `mainnet` | Eth 2.0 | Production | Main network. |
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |
| Network | Chain | Type | Description |
|-----------|---------|-------------|--------------------------------------------------|
| `mainnet` | Eth 2.0 | Production | Main network. |
| `minimal` | Eth 2.0 | Test | Used for local testing and development networks. |
| `pyrmont` | Eth 2.0 | Test | Multi-client testnet. |
| `prater` | Eth 2.0 | Test | Multi-client testnet. |

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

0 comments on commit fe0a287

Please sign in to comment.