Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/postcss-8.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Oct 9, 2023
2 parents ccd953a + 0c05d44 commit 60a6887
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/reference/cli/subcommands/voluntary-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,38 @@ teku voluntary-exit --include-keymanager-keys=true

Include validator keys managed using the [key manager APIs](../../../how-to/use-external-signer/manage-keys.md). The default is `false`.

## `network`

<!--tabs-->

# Syntax

```bash
teku voluntary-exit --network=<NETWORK>
```

# Example

```bash
teku voluntary-exit --network=mainnet
```

# Environment variable

```bash
TEKU_NETWORK=mainnet
```

# Configuration file

```bash
network: "mainnet"
```

<!--/tabs-->

Predefined network configuration. There is no default value, because Teku reads the network specification from the Beacon API unless specified.

## `validator-keys`

<!--tabs-->
Expand Down

0 comments on commit 60a6887

Please sign in to comment.