Skip to content

Commit 3aa11fa

Browse files
committed
Reformat networks matrix doc
1 parent 586ebd5 commit 3aa11fa

File tree

1 file changed

+75
-11
lines changed

1 file changed

+75
-11
lines changed

docs/root/networks-matrix.md

Lines changed: 75 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,84 @@ hide_title: true
44
hide_table_of_contents: true
55
---
66

7+
import Tabs from '@theme/Tabs';
8+
import TabItem from '@theme/TabItem';
9+
710
Here is an up to date list of all the **Mithril Networks**, their configurations and their status:
811

9-
> Last update: 01/12/2023
12+
> Last update: 02/24/2023
13+
14+
<Tabs>
15+
<TabItem value="preview" label="Preview" default>
16+
17+
## `pre-release-preview`
18+
19+
| Information | -
20+
|------------|------------
21+
| **Mithril Network** | `pre-release-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.pre-release-preview.api.mithril.network%2Faggregator)
22+
| **Cardano Network** | `preview`
23+
| **Cardano Magic Id** | `2`
24+
| **Supported** | Yes :heavy_check_mark:
25+
| **Status** | Pre-Release 🟠
26+
| **Aggregator Endpoint** | `https://aggregator.pre-release-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.pre-release-preview.api.mithril.network/aggregator)
27+
| **Genesis Verification Key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey)
28+
| **Build From** | **Latest Pre-Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases?q=pre-release)
29+
30+
<br/>
31+
32+
## `testing-preview`
33+
> :warning: For devs only
34+
35+
| Information | -
36+
|------------|------------
37+
| **Mithril Network** | `testing-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.testing-preview.api.mithril.network%2Faggregator)
38+
| **Cardano Network** | `preview`
39+
| **Cardano Magic Id** | `2`
40+
| **Supported** | Yes :heavy_check_mark:
41+
| **Status** | Unstable 🔴
42+
| **Aggregator Endpoint** | `https://aggregator.testing-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.testing-preview.api.mithril.network/aggregator)
43+
| **Genesis Verification Key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey)
44+
| **Build From** | **Main Branch** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/tree/main)
1045

11-
| Mithril Network | Cardano Network | Magic Id | Supported | Aggregator Endpoint | Genesis Verification Key | Build From | Note
12-
|------------|------------|:-----------:|:------------:|:-----------------:|:------------------:|:------------:|:------------
13-
| `release-mainnet` | `mainnet` | - | :x: | - | - | - | Not supported yet
14-
| `release-preprod` | `preprod` | `1` | :heavy_check_mark: | [:arrow_upper_right:](https://aggregator.release-preprod.api.mithril.network/aggregator "https://aggregator.release-preprod.api.mithril.network/aggregator") | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey "https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey") | 🟢<br />**Latest Stable Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases/latest) | Stable Release
15-
| `pre-release-preview` | `preview` | `2` | :heavy_check_mark: | [:arrow_upper_right:](https://aggregator.pre-release-preview.api.mithril.network/aggregator "https://aggregator.pre-release-preview.api.mithril.network/aggregator") | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey "https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey") | 🟠<br />**Latest Stable Pre-Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases?q=pre-release) | Unstable Pre-Release
16-
| `testing-preview` | `preview` | `2` | :heavy_check_mark: | [:arrow_upper_right:](https://aggregator.testing-preview.api.mithril.network/aggregator "https://aggregator.testing-preview.api.mithril.network/aggregator") | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey "https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey") | 🔴<br />**Main Branch** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/tree/main) | Unstable Testing (devs only)
17-
| `dev-devnet` | `devnet` | `42` | :heavy_check_mark: | [:arrow_upper_right:](http://localhost:8080/aggregator "http://localhost:8080/aggregator") | - | **Any Branch / Release** | Supported on the `devnet` only
18-
| `-` | `testnet` | `1097911063` | :x: | [:arrow_upper_right:](https://aggregator.api.mithril.network/aggregator "https://aggregator.api.mithril.network/aggregator") | [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey "https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey") | - | Decommissioned, not supported anymore
46+
</TabItem>
47+
<TabItem value="preprod" label="Preprod">
1948

20-
:warning: In this documentation, we use the generic:
49+
## `release-preprod`
50+
51+
| Information | -
52+
|------------|------------
53+
| **Mithril Network** | `release-preprod` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.release-preprod.api.mithril.network%2Faggregator)
54+
| **Cardano Network** | `preprod`
55+
| **Cardano Magic Id** | `1`
56+
| **Supported** | Yes :heavy_check_mark:
57+
| **Status** | Release 🟢
58+
| **Aggregator Endpoint** | `https://aggregator.release-preprod.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-preprod.api.mithril.network/aggregator)
59+
| **Genesis Verification Key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey)
60+
| **Build From** | **Latest Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases/latest)
61+
62+
</TabItem>
63+
<TabItem value="mainnet" label="Mainnet">
64+
65+
## `release-mainnet`
66+
67+
| Information | -
68+
|------------|------------
69+
| **Mithril Network** | `release-mainnet`
70+
| **Cardano Network** | `mainnet`
71+
| **Cardano Magic Id** | `-`
72+
| **Supported** | No :x:
73+
| **Status** | -
74+
| **Aggregator Endpoint** | -
75+
| **Genesis Verification Key** | -
76+
| **Build From** | -
77+
78+
</TabItem>
79+
</Tabs>
80+
81+
:::caution
82+
In this documentation, we use the generic:
2183
* ****YOUR_CARDANO_NETWORK**** identifier, but you need to replace it with the name of the network that runs on your Cardano node (e.g. `preprod`)
2284
* ****YOUR_AGGREGATOR_ENDPOINT**** identifier, but you need to replace it with the endpoint of an aggregator that runs on the Cardano network you target (e.g. `https://aggregator.release-preprod.api.mithril.network/aggregator`)
23-
* ****YOUR_GENESIS_VERIFICATION_KEY**** identifier, but you need to replace it with the genesis verification key url that runs on the Cardano network you target (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey`)
85+
* ****YOUR_GENESIS_VERIFICATION_KEY**** identifier, but you need to replace it with the genesis verification key url that runs on the Cardano network you target (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey`)
86+
87+
:::

0 commit comments

Comments
 (0)