You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,28 +75,29 @@ Here is an up to date list of all the **Mithril Networks**, their configurations
75
75
76
76
| Information | -
77
77
|------------|------------
78
-
| **Mithril Network** | `release-mainnet`
79
-
| **Cardano Network** | `mainnet`
80
-
| **Cardano Magic Id** | `-`
78
+
| **Mithril network** | `release-mainnet`
79
+
| **Cardano network** | `mainnet`
80
+
| **Cardano magic Id** | `-`
81
81
| **Supported** | No :x:
82
82
| **Status** | -
83
-
| **Aggregator Endpoint** | -
84
-
| **Genesis Verification Key** | -
85
-
| **Era Reader Adapter Type** | -
86
-
| **Era Reader Address** | -
87
-
| **Era Reader Verification Key** | -
83
+
| **Aggregator endpoint** | -
84
+
| **Genesis verification key** | -
85
+
| **Era reader adapter type** | -
86
+
| **Era reader address** | -
87
+
| **Era reader verification key** | -
88
88
| **Build From** | -
89
89
90
90
</TabItem>
91
91
</Tabs>
92
92
93
93
:::caution
94
-
In this documentation, we use the generic:
95
-
*****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`)
96
-
*****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`)
97
-
*****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/mithril-infra/configuration/release-preprod/genesis.vkey`)
98
-
*****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`)
99
-
*****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`)
100
-
*****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`)
101
-
102
-
:::
94
+
In this documentation, we use the following generic identifiers:
95
+
96
+
*****YOUR_CARDANO_NETWORK**** You need to replace this with the name of the network that runs on your Cardano node (e.g. `preprod`)
97
+
*****YOUR_AGGREGATOR_ENDPOINT**** You need to replace this with the endpoint of an aggregator that runs on the Cardano network you are targeting (e.g. `https://aggregator.release-preprod.api.mithril.network/aggregator`)
98
+
*****YOUR_GENESIS_VERIFICATION_KEY**** You need to replace this with the genesis verification key URL that runs on the Cardano network you are targeting (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey`)
99
+
*****YOUR_ERA_READER_ADAPTER_TYPE**** You need to replace this with the era reader adapter type used by the Mithril network you are targeting (e.g. `cardano-chain`)
100
+
*****YOUR_ERA_READER_ADDRESS**** You need to replace this with the era reader address URL used by the Mithril network you are targeting (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
101
+
*****YOUR_ERA_READER_VERIFICATION_KEY**** You need to replace this with the era reader verification key URL used by the Mithril network you are targeting (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
0 commit comments