Skip to content

Commit

Permalink
Update Prater network to Goerli (#133)
Browse files Browse the repository at this point in the history
* Add API endpoint usage examples

* Revert "Add API endpoint usage examples"

This reverts commit 184499f.

* Update Prater to Goerli
  • Loading branch information
rolandtyler authored Aug 9, 2022
1 parent 3ac7436 commit d35662e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Reference/CLI/CLI-Subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ Possible values are:
|:-------------|:----------------|:-----------|:-------------------------------------------------|
| `mainnet` | Consensus layer | Production | Main network. |
| `minimal` | Consensus layer | Test | Used for local testing and development networks. |
| `prater` | Consensus layer | Test | Multi-client testnet. |
| `goerli` | 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. |
Expand Down
10 changes: 5 additions & 5 deletions docs/Tutorials/Launchpad-Keystores.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proof-of-stake network. The tool generates an encrypted keystore file containing
details. Load this keystore into Web3Signer to sign attestations and blocks with the validator
details.

This tutorial uses Teku and Web3Signer to run validators created on the `prater` testnet.
This tutorial uses Teku and Web3Signer to run validators created on the `goerli` testnet.

**Prerequisites**:

Expand All @@ -24,13 +24,13 @@ penalties if the validator is unable to perform its duties when the deposit is p
activated.

```bash
teku --network=prater --metrics-enabled --rest-api-enabled
teku --network=goerli --metrics-enabled --rest-api-enabled
```

## 2. Generate validators

This step generates a validator on the `prater` testnet. Use the
[`prater` staking launchpad](https://prater.launchpad.ethereum.org/) and
This step generates a validator on the `goerli` testnet. Use the
[Goerli Staking Launchpad](https://goerli.launchpad.ethereum.org/) and
follow the step-by-step process to deposit your funds and generate the keystore.

The process includes installing the consensus layer deposit CLI tool, to generate your validator keystores
Expand Down Expand Up @@ -98,7 +98,7 @@ Start Teku and specify the public keys of the validators that Web3Signer signs a
block for, and specify the Web3Signer address.

```bash
teku --network=prater \
teku --network=goerli \
--eth1-endpoint=http://localhost:8545 \
--validators-external-signer-public-keys=0xa99a...e44c,0xb89b...4a0b \
--validators-external-signer-url=http://localhost:9000
Expand Down

0 comments on commit d35662e

Please sign in to comment.