Skip to content

Commit

Permalink
fix: Add lukso-mainnet to docs (force build due to failed release-ple…
Browse files Browse the repository at this point in the history
…ase)
  • Loading branch information
richtera committed Jun 7, 2024
1 parent 1fb52eb commit f06dcac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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). |
Expand Down

0 comments on commit f06dcac

Please sign in to comment.