Skip to content

Commit

Permalink
Added the network option for voluntary-exit command (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra Tran Carrillo <[email protected]>
  • Loading branch information
rolfyone and alexandratran authored Oct 5, 2023
1 parent 4eec272 commit 0c05d44
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

1 comment on commit 0c05d44

@vercel
Copy link

@vercel vercel bot commented on 0c05d44 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

doc-teku-infura-web.vercel.app
doc-teku-git-main-infura-web.vercel.app
docs.teku.consensys.net

Please sign in to comment.