File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments