From f06dcaccb937b38835404dd69bc01ffbebc31c76 Mon Sep 17 00:00:00 2001 From: Andreas Richter <708186+richtera@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:39:32 -0400 Subject: [PATCH] fix: Add lukso-mainnet to docs (force build due to failed release-please) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63dbcc48..d19ccd35 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ You can use `new-mnemonic --help` to see all arguments. Note that if there are m | `--num_validators` | Non-negative integer | The number of signing keys you want to generate. Note that the child key(s) are generated via the same master key. | | `--mnemonic_language` | String. Options: `简体中文`, `繁體中文`, `český jazyk`, `English`, `Italiano`, `한국어`, `Português`, `Español`. Default to `English` | The mnemonic language | | `--folder` | String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) | -| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | +| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`, `lukso-mainnet`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | | `--execution_address` (or `--eth1_withdrawal_address`) | String. LUKSO address (Eth1 adddress) in hexadecimal encoded form | If this field is set and valid, the given LUKSO address (Eth1 address) will be used to create the withdrawal credentials. Otherwise, it will generate withdrawal credentials with the mnemonic-derived withdrawal public key in [EIP-2334 format](https://eips.ethereum.org/EIPS/eip-2334#eth2-specific-parameters). | ###### `existing-mnemonic` Arguments @@ -159,7 +159,7 @@ You can use `existing-mnemonic --help` to see all arguments. Note that if there | `--validator_start_index` | Non-negative integer | The index of the first validator's keys you wish to generate. If this is your first time generating keys with this mnemonic, use 0. If you have generated keys using this mnemonic before, use the next index from which you want to start generating keys from (eg, if you've generated 4 keys before (keys #0, #1, #2, #3), then enter 4 here. | | `--num_validators` | Non-negative integer | The number of new signing keys you want to generate. Note that the child key(s) are generated via the same master key. | | `--folder` | String. Pointing to `./validator_keys` by default | The folder path for the keystore(s) and deposit(s) | -| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | +| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`, `lukso-mainnet`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | | `--execution_address` (or `--eth1_withdrawal_address`) | String. LUKSO address (Eth1 adddress) in hexadecimal encoded form | If this field is set and valid, the given LUKSO address (Eth1 adddress) will be used to create the withdrawal credentials. Otherwise, it will generate withdrawal credentials with the mnemonic-derived withdrawal public key in [EIP-2334 format](https://eips.ethereum.org/EIPS/eip-2334#eth2-specific-parameters). | ###### Successful message @@ -184,7 +184,7 @@ You can use `bls-to-execution-change --help` to see all arguments. Note that if | Argument | Type | Description | | -------- | -------- | -------- | | `--bls_to_execution_changes_folder` | String. Pointing to `./bls_to_execution_changes` by default | The folder path for the `bls_to_execution_change-*` JSON file(s) | -| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | +| `--chain` | String. `lukso` by default | The chain setting for the signing domain. `lukso`, `lukso-mainnet`: LUKSO mainnet, `lukso-testnet`: LUKSO testnet, `lukso-devnet`: LUKSO devnet, `ethereum`: Ethereum Mainnet, `ropsten`: Ropsten, `goerli`, `prater`: Goerli, `kiln`: Merge Testnet (spec v1.1.9), or `sepolia`: Sepolia | | `--mnemonic` | String. mnemonic split by space. | The mnemonic you used to create withdrawal credentials. | | `--mnemonic_password` | Optional string. Empty by default. | The mnemonic password you used in your key generation. Note: It's not the keystore password. | | `--validator_start_index` | Non-negative integer | The index position for the keys to start generating withdrawal credentials in [ERC-2334 format](https://eips.ethereum.org/EIPS/eip-2334#eth2-specific-parameters). |