Skip to content

Commit

Permalink
doc add astor testnet (#644)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
alexandratran authored Mar 23, 2021
1 parent b10a762 commit 1dffb2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
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

0 comments on commit 1dffb2c

Please sign in to comment.