From f56d84d1ba7a66fc4ce26b2532bedc28db57fac4 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:52:24 -0400 Subject: [PATCH] Update table to include SNAP (#1658) * Update table to include SNAP Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> * Update docs/public-networks/reference/cli/options.md Co-authored-by: Sally MacFarlane Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> --------- Signed-off-by: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Co-authored-by: Sally MacFarlane --- docs/public-networks/reference/cli/options.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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