diff --git a/docs/Concepts/NetworkID-And-ChainID.md b/docs/Concepts/NetworkID-And-ChainID.md index 5cc190d8dca..ce097c12490 100644 --- a/docs/Concepts/NetworkID-And-ChainID.md +++ b/docs/Concepts/NetworkID-And-ChainID.md @@ -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 diff --git a/docs/Reference/API-Methods.md b/docs/Reference/API-Methods.md index 5a8539d9a82..cf451a4deeb 100644 --- a/docs/Reference/API-Methods.md +++ b/docs/Reference/API-Methods.md @@ -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 diff --git a/docs/Reference/CLI/CLI-Syntax.md b/docs/Reference/CLI/CLI-Syntax.md index 71cf1cab2ce..9e259d13f2f 100644 --- a/docs/Reference/CLI/CLI-Syntax.md +++ b/docs/Reference/CLI/CLI-Syntax.md @@ -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 diff --git a/docs/Reference/Evm-Tool.md b/docs/Reference/Evm-Tool.md index 96e1cb74bdd..52ffcecc337 100644 --- a/docs/Reference/Evm-Tool.md +++ b/docs/Reference/Evm-Tool.md @@ -195,7 +195,7 @@ For a complete description of this file see [Genesis File Items](Config-Items.md === "Syntax" ```bash - --chain= + --chain= ``` === "Example"