From 8eaafe44df6e13aa47b518802171751a9cbec6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= <303593+remyroy@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:42:43 -0500 Subject: [PATCH] Update documentation with correct list of named networks --- docs/src/existing_mnemonic.md | 2 +- docs/src/exit_transaction_keystore.md | 2 +- docs/src/exit_transaction_mnemonic.md | 2 +- docs/src/generate_bls_to_execution_change.md | 2 +- docs/src/generate_bls_to_execution_change_keystore.md | 2 +- docs/src/new_mnemonic.md | 2 +- docs/src/partial_deposit.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/existing_mnemonic.md b/docs/src/existing_mnemonic.md index f333654f..84ebfbb5 100644 --- a/docs/src/existing_mnemonic.md +++ b/docs/src/existing_mnemonic.md @@ -7,7 +7,7 @@ Uses an existing BIP-39 mnemonic phrase for key generation. ## Optional Arguments -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc... +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--mnemonic`**: The mnemonic you used to create withdrawal credentials. diff --git a/docs/src/exit_transaction_keystore.md b/docs/src/exit_transaction_keystore.md index e79fc1ac..19286f32 100644 --- a/docs/src/exit_transaction_keystore.md +++ b/docs/src/exit_transaction_keystore.md @@ -7,7 +7,7 @@ Creates an exit transaction using a keystore file. ## Optional Arguments -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc. +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--keystore`**: The keystore file associating with the validator you wish to exit. diff --git a/docs/src/exit_transaction_mnemonic.md b/docs/src/exit_transaction_mnemonic.md index cc8b9819..3ac2f9c5 100644 --- a/docs/src/exit_transaction_mnemonic.md +++ b/docs/src/exit_transaction_mnemonic.md @@ -7,7 +7,7 @@ Creates an exit transaction using a mnemonic phrase. ## Optional Arguments -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc. +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--mnemonic`**: The mnemonic you used during key generation. diff --git a/docs/src/generate_bls_to_execution_change.md b/docs/src/generate_bls_to_execution_change.md index 2994fbf1..2bb8cbce 100644 --- a/docs/src/generate_bls_to_execution_change.md +++ b/docs/src/generate_bls_to_execution_change.md @@ -9,7 +9,7 @@ Generates a BLS to execution address change message. This is used to add a withd - **`--bls_to_execution_changes_folder`**: The path to store the change JSON file. -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc. +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--mnemonic`**: The mnemonic you used to create withdrawal credentials. diff --git a/docs/src/generate_bls_to_execution_change_keystore.md b/docs/src/generate_bls_to_execution_change_keystore.md index 7767bfe2..3631a5f9 100644 --- a/docs/src/generate_bls_to_execution_change_keystore.md +++ b/docs/src/generate_bls_to_execution_change_keystore.md @@ -11,7 +11,7 @@ Signs a withdrawal credential update message using the provided keystore. This s ## Optional Arguments -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc. +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--keystore`**: The keystore file associating with the validator you wish to sign with. This keystore file should match the provided validator index. diff --git a/docs/src/new_mnemonic.md b/docs/src/new_mnemonic.md index 7a4c0747..1dd05903 100644 --- a/docs/src/new_mnemonic.md +++ b/docs/src/new_mnemonic.md @@ -9,7 +9,7 @@ Generates a new BIP-39 mnemonic along with validator keystore and deposit files - **`--mnemonic_language`**: The language of the BIP-39 mnemonic. Options are: 'chinese_simplified', 'chinese_traditional', 'czech', 'english', 'french', 'italian', 'japanese', 'korean', 'portuguese', 'spanish'. -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc... +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--num_validators`**: Number of validators to create. diff --git a/docs/src/partial_deposit.md b/docs/src/partial_deposit.md index d2ddf83e..0741b4d5 100644 --- a/docs/src/partial_deposit.md +++ b/docs/src/partial_deposit.md @@ -8,7 +8,7 @@ If you wish to create a validator with 0x00 credentials, you must use the **[new ## Optional Arguments -- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'holesky', etc. +- **`--chain`**: The chain to use for generating the deposit data. Options are: 'mainnet', 'sepolia', 'holesky', 'mekong', or 'ephemery'. - **`--keystore`**: The keystore file associating with the validator you wish to deposit to.