Skip to content

Commit

Permalink
Add Lukso to command line table (#1647)
Browse files Browse the repository at this point in the history
* Add Lukso to command line table

Signed-off-by: Joan E <[email protected]>

* Add links to table to help users access aux docs

Signed-off-by: Joan E <[email protected]>

---------

Signed-off-by: Joan E <[email protected]>
  • Loading branch information
joaniefromtheblock authored Jul 16, 2024
1 parent 21271eb commit 4d4131b
Showing 1 changed file with 11 additions and 10 deletions.
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 |
| :-------- | :---- | :-----------| :----------------- | :----------------------- | :----------------------------------------------------------------------------------- |
| `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/) |
| `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

0 comments on commit 4d4131b

Please sign in to comment.