Skip to content

Commit

Permalink
Update --network description (Consensys#294)
Browse files Browse the repository at this point in the history
* Add  CLI option to disable built-in slashing protection for external signers.

Signed-off-by: Byron Gravenorst <[email protected]>

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* updating submodule to latest

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* Fix markdown issue.

Signed-off-by: Byron Gravenorst <[email protected]>

* Update the network description.

Signed-off-by: bgravenorst <[email protected]>

* Remove deposit contract address.

Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Jun 18, 2021
1 parent 236c8ad commit 5190a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/HowTo/External-Signer/Use-External-Signer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Teku supports the [Web3Signer] external signing client.
Start Teku and specify the external signer options.

```bash
teku --eth1-deposit-contract-address=dddddddddddddddddddddddddddddddddddddddd \
teku --network=prater \
--eth1-endpoint=http://localhost:8545 \
--validators-external-signer-public-keys=0xa99a...e44c,0xb89b...4a0b \
--validators-external-signer-url=http://localhost:9000
Expand Down
5 changes: 2 additions & 3 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,8 @@ The default is `8008`.
```

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.
Accepts a predefined network name, or file path or URL to a YAML configuration file. See the
[Ethereum 2.0 specification] for examples.

The default is `mainnet`.

Expand Down

0 comments on commit 5190a17

Please sign in to comment.