Skip to content

Commit

Permalink
Update table to include SNAP (#1658)
Browse files Browse the repository at this point in the history
* Update table to include SNAP

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

* Update docs/public-networks/reference/cli/options.md

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Joan E <[email protected]>

---------

Signed-off-by: Joan E <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
  • Loading branch information
joaniefromtheblock and macfarla authored Jul 18, 2024
1 parent 091bf90 commit f56d84d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f56d84d

Please sign in to comment.