Skip to content

Commit

Permalink
Remove Astor network
Browse files Browse the repository at this point in the history
Removed in [Besu#4869](hyperledger/besu#4869)

Signed-off-by: Diego López León <dieguitoll@gmail.com>
  • Loading branch information
diega committed Aug 29, 2023
1 parent ad9534d commit ef4c875
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/public-networks/concepts/network-and-chain-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Besu sets the chain ID (and by default the network ID) automatically, using eith
| `classic` | ETC | 61 | 1 | Production |
| `mordor` | ETC | 63 | 7 | Test |
| `kotti` | ETC | 6 | 6 | Test |
| `astor` | ETC | 212 | 212 | Test |

:::info

Expand Down
1 change: 0 additions & 1 deletion docs/public-networks/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5529,7 +5529,6 @@ None
| `1` | ETC | Classic | Main Ethereum Classic network |
| `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: 0 additions & 1 deletion docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,6 @@ 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

0 comments on commit ef4c875

Please sign in to comment.