Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lukso to command line table #1647

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2636,16 +2636,17 @@ network="holesky"

The predefined network configuration. The default is `mainnet`.

Possible values are:

| Network | Chain | Type | Default Sync Mode | Description |
| :-------- | :---- | :-----------| :----------------- | :------------------------------------------------------------- |
| `mainnet` | ETH | Production | [FAST](#sync-mode) | The main network |
| `holesky` | ETH | Test | [FAST](#sync-mode) | A PoS network |
| `sepolia` | ETH | Test | [FAST](#sync-mode) | A PoS network |
| `dev` | ETH | Development | [FULL](#sync-mode) | A PoW network with a low difficulty to enable local CPU mining |
| `classic` | ETC | Production | [FAST](#sync-mode) | The main Ethereum Classic network |
| `mordor ` | ETC | Test | [FAST](#sync-mode) | A PoW network |
Possible values include the following:

| Network | Chain | Type | Default Sync Mode | Consensus Mechanism | Description |
joaniefromtheblock marked this conversation as resolved.
Show resolved Hide resolved
| :-------- | :---- | :-----------| :----------------- | :----------------------- | :----------------------------------------------------------------------------------- |
| `mainnet` | ETH | Production | [FAST](#sync-mode) | A PoS network | The main [Ethereum network](https://ethereum.org/en/developers/docs/networks/) |
| `holesky` | ETH | Test | [FAST](#sync-mode) | A PoS network | Multi-client testnet [Hoelsky](https://holesky.dev) |
| `sepolia` | ETH | Test | [FAST](#sync-mode) | A PoS network | Multi-client testnet [Sepolia](https://sepolia.dev) |
| `lukso` | ETH | Production | [FAST](#sync-mode) | A PoS network | Network for the [Lukso chain](https://lukso.network/) |
alexandratran marked this conversation as resolved.
Show resolved Hide resolved
| `dev` | ETH | Development | [FULL](#sync-mode) | A PoW network | Development network with low difficulty to enable local CPU mining |
| `classic` | ETC | Production | [FAST](#sync-mode) | A PoS network | The main [Ethereum Classic network](https://ethereumclassic.org) |
| `mordor ` | ETC | Test | [FAST](#sync-mode) | A PoW network | Testnet for [Ethereum Classic](https://github.com/eth-classic/mordor) |

:::tip

Expand Down
Loading