Skip to content

Commit 1dffb2c

Browse files
doc add astor testnet (#644)
Signed-off-by: Alexandra Tran <[email protected]>
1 parent b10a762 commit 1dffb2c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/Concepts/NetworkID-And-ChainID.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ table lists the available networks and their chain and network IDs.
4747
| `classic` | ETC | 61 | 1 | Production |
4848
| `mordor` | ETC | 63 | 7 | Test |
4949
| `kotti` | ETC | 6 | 6 | Test |
50+
| `astor` | ETC | 212 | 212 | Test |
5051

5152
## Specify a different network ID
5253

docs/Reference/API-Methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,9 @@ None
527527
| `5` | ETH | Goerli | PoA test network using Clique |
528528
| `2018` | ETH | Dev | PoW development network |
529529
| `1` | ETC | Classic | Main Ethereum Classic network |
530-
| `6` | ETC | Kotti | PoA test network using Clique |
531530
| `7` | ETC | Mordor | PoW test network |
531+
| `6` | ETC | Kotti | PoA test network using Clique |
532+
| `212` | ETC | Astor | PoW test network |
532533

533534
!!! note
534535

docs/Reference/CLI/CLI-Syntax.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ Possible values are:
13121312
| `classic` | ETC | Production | [FAST](#sync-mode) | The main Ethereum Classic network |
13131313
| `mordor ` | ETC | Test | [FAST](#sync-mode) | A PoW network |
13141314
| `kotti` | ETC | Test | [FAST](#sync-mode) | A PoA network using Clique |
1315+
| `astor` | ETC | Test | [FAST](#sync-mode) | A PoW network |
13151316

13161317
!!!tip
13171318

docs/Reference/Evm-Tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For a complete description of this file see [Genesis File Items](Config-Items.md
195195
=== "Syntax"
196196

197197
```bash
198-
--chain=<mainnet|ropsten|rinkeby|goerli|classic|mordor|kotti|dev>
198+
--chain=<mainnet|ropsten|rinkeby|goerli|dev|classic|mordor|kotti|astor>
199199
```
200200

201201
=== "Example"

0 commit comments

Comments
 (0)