From 983e5871386415a8301753e3abe4af36ba6eb22b Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Wed, 11 Oct 2023 13:59:59 +1000 Subject: [PATCH] Fix eth2 mode network config file example. It must be `eth2.network` in the config file. --- docs/reference/cli/subcommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli/subcommands.md b/docs/reference/cli/subcommands.md index d88d6b2..cde1cfa 100644 --- a/docs/reference/cli/subcommands.md +++ b/docs/reference/cli/subcommands.md @@ -1538,7 +1538,7 @@ WEB3SIGNER_ETH2_NETWORK=mainnet # Configuration file ```bash -network: "mainnet" +eth2.network: "mainnet" ```