Skip to content

Commit

Permalink
Teku contract address (Consensys#250)
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 Admin.md

Add Eth1 contract address to subcommands.
  • Loading branch information
bgravenorst authored Feb 10, 2021
1 parent 096ceaa commit 7018f0b
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions docs/Reference/CLI/Subcommands/Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,36 +205,33 @@ Defaults to `prune`.
Path to the validator client data. Defaults to `<data-base-path>/validator` where `<data-base-path>`
is specified using [`--data-base-path`](#data-base-path-data-path).

#### initial-state
#### eth1-deposit-contract-address

=== "Syntax"

```bash
teku admin weak-subjectivity clear-state --initial-state=<FILE>
teku admin weak-subjectivity clear-state --eth1-deposit-contract-address=<ADDRESS>
```

=== "Command Line"

```bash
teku admin weak-subjectivity clear-state --initial-state=/home/me/genesis.ssz
teku admin weak-subjectivity clear-state --eth1-deposit-contract-address=0x77f7bED277449F51505a4C54550B074030d989bC
```

=== "Environment Variable"

```bash
TEKU_INITIAL_STATE=/home/me/genesis.ssz
TEKU_ETH1_DEPOSIT_CONTRACT_ADDRESS=0x77f7bED277449F51505a4C54550B074030d989bC
```

=== "Configuration File"

```bash
initial-state: "/home/me/genesis.ssz"
eth1-deposit-contract-address: "0x77f7bED277449F51505a4C54550B074030d989bC"
```

Path or URL to the network genesis file.

This option does not need to be specified if the initial state is provided by the network specified
using the [`--network`](#network) option.
Ethereum 1.0 address of the deposit contract. Only required when creating a custom network.

#### network

Expand Down Expand Up @@ -465,36 +462,33 @@ Defaults to `prune`.
Path to the validator client data. Defaults to `<data-base-path>/validator` where `<data-base-path>`
is specified using [`--data-base-path`](#data-base-path-data-path).

#### initial-state
#### eth1-deposit-contract-address

=== "Syntax"

```bash
teku admin weak-subjectivity display-state --initial-state=<FILE>
teku admin weak-subjectivity display-state --eth1-deposit-contract-address=<ADDRESS>
```

=== "Command Line"

```bash
teku admin weak-subjectivity display-state --initial-state=/home/me/genesis.ssz
teku admin weak-subjectivity display-state --eth1-deposit-contract-address=0x77f7bED277449F51505a4C54550B074030d989bC
```

=== "Environment Variable"

```bash
TEKU_INITIAL_STATE=/home/me/genesis.ssz
TEKU_ETH1_DEPOSIT_CONTRACT_ADDRESS=0x77f7bED277449F51505a4C54550B074030d989bC
```

=== "Configuration File"

```bash
initial-state: "/home/me/genesis.ssz"
eth1-deposit-contract-address: "0x77f7bED277449F51505a4C54550B074030d989bC"
```

Path or URL to the network genesis file.

This option does not need to be specified if the initial state is provided by the network specified
using the [`--network`](#network) option.
Ethereum 1.0 address of the deposit contract. Only required when creating a custom network.

#### network

Expand Down

0 comments on commit 7018f0b

Please sign in to comment.