diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index aa731224c61..57c89bf60c2 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -2640,13 +2640,13 @@ 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/) | +| `mainnet` | ETH | Production | [SNAP](#sync-mode) | A PoS network | The main [Ethereum network](https://ethereum.org/en/developers/docs/networks/) | +| `holesky` | ETH | Test | [SNAP](#sync-mode) | A PoS network | Multi-client testnet [Hoelsky](https://holesky.dev) | +| `sepolia` | ETH | Test | [SNAP](#sync-mode) | A PoS network | Multi-client testnet [Sepolia](https://sepolia.dev) | +| `lukso` | ETH | Production | [SNAP](#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) | +| `classic` | ETC | Production | [SNAP](#sync-mode) | A PoW network | The main [Ethereum Classic network](https://ethereumclassic.org) | +| `mordor ` | ETC | Test | [SNAP](#sync-mode) | A PoW network | Testnet for [Ethereum Classic](https://github.com/eth-classic/mordor) | :::tip