Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/Concepts/NetworkID-And-ChainID.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ table lists the available networks and their chain and network IDs.
| `classic` | ETC | 61 | 1 | Production |
| `mordor` | ETC | 63 | 7 | Test |
| `kotti` | ETC | 6 | 6 | Test |
| `astor` | ETC | 212 | 212 | Test |

## Specify a different network ID

Expand Down
3 changes: 2 additions & 1 deletion docs/Reference/API-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,9 @@ None
| `5` | ETH | Goerli | PoA test network using Clique |
| `2018` | ETH | Dev | PoW development network |
| `1` | ETC | Classic | Main Ethereum Classic network |
| `6` | ETC | Kotti | PoA test network using Clique |
| `7` | ETC | Mordor | PoW test network |
| `6` | ETC | Kotti | PoA test network using Clique |
| `212` | ETC | Astor | PoW test network |

!!! note

Expand Down
1 change: 1 addition & 0 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,7 @@ Possible values are:
| `classic` | ETC | Production | [FAST](#sync-mode) | The main Ethereum Classic network |
| `mordor ` | ETC | Test | [FAST](#sync-mode) | A PoW network |
| `kotti` | ETC | Test | [FAST](#sync-mode) | A PoA network using Clique |
| `astor` | ETC | Test | [FAST](#sync-mode) | A PoW network |

!!!tip

Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Evm-Tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ For a complete description of this file see [Genesis File Items](Config-Items.md
=== "Syntax"

```bash
--chain=<mainnet|ropsten|rinkeby|goerli|classic|mordor|kotti|dev>
--chain=<mainnet|ropsten|rinkeby|goerli|dev|classic|mordor|kotti|astor>
```

=== "Example"
Expand Down