Skip to content

Commit 3b2a1f3

Browse files
committed
Update Mithril networks list
In the documentation website reference.
1 parent 3893d07 commit 3b2a1f3

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/root/manual/developer-docs/references.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ For more information about the **Mithril Protocol**, please refer to the [About
1818

1919
:::
2020

21+
## Mithril Networks
22+
23+
Here is an up ot date list of all the Mithril Networks and their status
24+
> Last update: 10/28/2022
25+
26+
| Mithril Network | Cardano Network | Magic Id | Supported | Aggregator Endpoint | Genesis Verification Key | Note
27+
|------------|------------|:-----------:|:------------:|:-----------------:|:------------------:|:------------|
28+
| `release-mainnet` | `mainnet` | - | :x: | - | - | Not supported yet
29+
| `release-preprod` | `preprod` | `1` | :warning: | [:arrow_upper_right:](https://aggregator.release-preprod.api.mithril.network/aggregator) | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) | Supported but subject to re-genesis shortly
30+
| `testing-preview` | `preview` | `2` | :warning: | [:arrow_upper_right:](https://aggregator.api.mithril.network/aggregator) | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) | Supported but it will be re-spun after the `preview` network re-spin, and endpoint location will be updated
31+
| `dev-devnet` | `devnet` | `42` | :heavy_check_mark: | [:arrow_upper_right:](http://localhost:8080/aggregator) | - | Supported on the `devnet` only
32+
| `-` | `testnet` | `1097911063` | :x: | - | - | Decommissioned, not supported anymore
33+
2134
## Dependencies List
2235

2336
| Dependency | Description | Source Repository | Rust Documentation | REST API
@@ -32,14 +45,3 @@ For more information about the **Mithril Protocol**, please refer to the [About
3245
| **Mithril Explorer** | The explorer website that connects to a **Mithril Aggregator** and displays its **Certificate Chain**. | [:arrow_upper_right:](https://github.com/input-output-hk/mithril/blob/main/mithril-test-lab/mithril-end-to-end) | - | -
3346
| **Protocol Simulation** | A simple cli that helps understand how the **Mithril Protocol** works and the role of its protocol parameters. | [:arrow_upper_right:](https://github.com/input-output-hk/mithril/blob/main/demo/protocol-demo) | - | -
3447

35-
## Mithril Networks
36-
37-
The Mithril Networks are aligned with the Cardano Networks and have the same name
38-
39-
| Network Code | Magic Id | Supported | Aggregator Endpoint | Genesis Verification Key | Note
40-
|------------|:-----------:|:------------:|:-----------------:|:------------------:|:------------|
41-
| `mainnet` | - | :x: | - | - | Not supported yet
42-
| `testnet` | `1097911063` | :x: | - | - | Deprecated, not supported anymore
43-
| `preprod` | `1` | :x: | - | - | Not implemented yet
44-
| `preview` | `2` | :heavy_check_mark: | [:arrow_upper_right:](https://aggregator.api.mithril.network/aggregator) | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey) | Supported
45-
| `devnet` | `42` | :heavy_check_mark: | [:arrow_upper_right:](http://localhost:8080/aggregator) | - | Supported on the `devnet` only

0 commit comments

Comments
 (0)