Skip to content

Commit ead73e6

Browse files
committed
Update networks matrix parameters
1 parent c06a72b commit ead73e6

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

docs/root/networks-matrix.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
99

1010
Here is an up to date list of all the **Mithril Networks**, their configurations and their status:
1111

12-
> Last update: 02/24/2023
12+
> Last update: 02/28/2023
1313
1414
<Tabs>
1515
<TabItem value="preview" label="Preview" default>
@@ -24,7 +24,16 @@ Here is an up to date list of all the **Mithril Networks**, their configurations
2424
| **Supported** | Yes :heavy_check_mark:
2525
| **Status** | Pre-Release 🟠
2626
| **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)
27+
| **Genesis Verification Key** | `
28+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey` [:arrow_upper_right:](
29+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey)
30+
| **Era Reader Adapter Type** | `cardano-chain`
31+
| **Era Reader Address** | `
32+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.addr` [:arrow_upper_right:](
33+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.addr)
34+
| **Era Reader Verification Key** | `
35+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.vkey` [:arrow_upper_right:](
36+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.vkey)
2837
| **Build From** | **Latest Pre-Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases?q=pre-release)
2938

3039
<br/>
@@ -40,7 +49,16 @@ Here is an up to date list of all the **Mithril Networks**, their configurations
4049
| **Supported** | Yes :heavy_check_mark:
4150
| **Status** | Unstable 🔴
4251
| **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)
52+
| **Genesis Verification Key** | `
53+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/genesis.vkey` [:arrow_upper_right:](
54+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/genesis.vkey)
55+
| **Era Reader Adapter Type** | `cardano-chain`
56+
| **Era Reader Address** | `
57+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.addr` [:arrow_upper_right:](
58+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.addr)
59+
| **Era Reader Verification Key** | `
60+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey` [:arrow_upper_right:](
61+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey)
4462
| **Build From** | **Main Branch** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/tree/main)
4563

4664
</TabItem>
@@ -56,7 +74,16 @@ Here is an up to date list of all the **Mithril Networks**, their configurations
5674
| **Supported** | Yes :heavy_check_mark:
5775
| **Status** | Release 🟢
5876
| **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)
77+
| **Genesis Verification Key** | `
78+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey` [:arrow_upper_right:](
79+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey)
80+
| **Era Reader Adapter Type** | `cardano-chain`
81+
| **Era Reader Address** | `
82+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.addr` [:arrow_upper_right:](
83+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.addr)
84+
| **Era Reader Verification Key** | `
85+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.vkey` [:arrow_upper_right:](
86+
https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.vkey)
6087
| **Build From** | **Latest Release** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/releases/latest)
6188

6289
</TabItem>
@@ -73,6 +100,9 @@ Here is an up to date list of all the **Mithril Networks**, their configurations
73100
| **Status** | -
74101
| **Aggregator Endpoint** | -
75102
| **Genesis Verification Key** | -
103+
| **Era Reader Adapter Type** | -
104+
| **Era Reader Address** | -
105+
| **Era Reader Verification Key** | -
76106
| **Build From** | -
77107

78108
</TabItem>
@@ -83,5 +113,8 @@ In this documentation, we use the generic:
83113
* ****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`)
84114
* ****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`)
85115
* ****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`)
116+
* ****YOUR_ERA_READER_ADAPTER_TYPE**** identifier, but you need to replace it with the era reader adapter type used by the Mithril network you target (e.g. `cardano-chain`)
117+
* ****YOUR_ERA_READER_ADDRESS**** identifier, but you need to replace it with the era reader address url used by the Mithril network you target (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
118+
* ****YOUR_ERA_READER_VERIFICATION_KEY**** identifier, but you need to replace it with the era reader verification key url used by the Mithril network you target (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
86119

87120
:::

0 commit comments

Comments
 (0)