From 0c05d44ee5481af8d902d32a57752a6b64b08b2e Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Thu, 5 Oct 2023 10:52:57 +1000 Subject: [PATCH] Added the network option for voluntary-exit command (#487) Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- .../cli/subcommands/voluntary-exit.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/reference/cli/subcommands/voluntary-exit.md b/docs/reference/cli/subcommands/voluntary-exit.md index 07c3a2110..1464f00c8 100644 --- a/docs/reference/cli/subcommands/voluntary-exit.md +++ b/docs/reference/cli/subcommands/voluntary-exit.md @@ -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` + + + +# Syntax + +```bash +teku voluntary-exit --network= +``` + +# Example + +```bash +teku voluntary-exit --network=mainnet +``` + +# Environment variable + +```bash +TEKU_NETWORK=mainnet +``` + +# Configuration file + +```bash +network: "mainnet" +``` + + + +Predefined network configuration. There is no default value, because Teku reads the network specification from the Beacon API unless specified. + ## `validator-keys`