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
Copy file name to clipboardExpand all lines: docs/website/blog/2023-03-02-era-switch-feature/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ In order to guarantee that any breaking change of the Mithril nodes does not bre
20
20
:fire: Activating this feature will require an update of configuration of the signer nodes after updating their binary:
21
21
22
22
- The `ERA_READER_ADAPTER_TYPE` env var must be set to `cardano-chain`
23
-
- The `ERA_READER_ADAPTER_PARAMS` env var must be set to the result of the command `jq -nc --arg address $(wget -q -O - **YOUR_ERA_READER_ADDRESS**) --arg verification_key $(wget -q -O - **YOUR_ERA_READER_VERIFICATION_KEY**) '{"address": $address, "verification_key": $verification_key}'` (the \***\*YOUR_ERA_READER_ADDRESS\*\*** and \***\*YOUR_ERA_READER_VERIFICATION_KEY\*\*** are values provided in the networks configuration matrix)
23
+
- The `ERA_READER_ADAPTER_PARAMS` env var must be set to the result of the command `jq -nc --arg address $(wget -q -O - **YOUR_ERA_READER_ADDRESS**) --arg verification_key $(wget -q -O - **YOUR_ERA_READER_VERIFICATION_KEY**) '{"address": $address, "verification_key": $verification_key}'` (the **YOUR_ERA_READER_ADDRESS** and **YOUR_ERA_READER_VERIFICATION_KEY** are values provided in the networks configuration matrix)
24
24
25
25
Here is the configuration values that should be used on `pre-release-preview`:
-`ERA_READER_ADAPTER_TYPE=cardano-chain`: replace `cardano-chain` with the era reader adapter type used in your Mithril network
284
284
-`ERA_READER_ADAPTER_PARAMS={"address": "...", "verification_key": "..."}`: replace `{"address": "...", "verification_key": "..."}` with the era reader parameters that you need to compute by running the command `jq -nc --arg address $(wget -q -O - **YOUR_ERA_READER_ADDRESS**) --arg verification_key $(wget -q -O - **YOUR_ERA_READER_VERIFICATION_KEY**) '{"address": $address, "verification_key": $verification_key}'`
285
285
-`RELAY_ENDPOINT=http://192.168.1.50:3132`**(optional)**: this is the endpoint of the **Mithril relay**, which is required for **production** deployment only. For **naive** deployment, do not set this variable in your environment file.
286
-
:::
286
+
287
+
:::
287
288
288
289
:::tip
289
290
290
291
Here is an **example** set of values for **release-preprod** that will be used in this guide in the **tip** boxes to illustrate some commands:
Copy file name to clipboardExpand all lines: docs/website/root/networks-matrix.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,11 @@ Here is an updated list of all **Mithril networks**, including their configurati
113
113
:::caution
114
114
In this documentation, we use the following generic identifiers:
115
115
116
-
-\***\*YOUR_CARDANO_NETWORK\*\*** You need to replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
117
-
-\***\*YOUR_AGGREGATOR_ENDPOINT\*\*** You need to replace this with the endpoint of an aggregator that runs on the Cardano network you are targeting (eg, `https://aggregator.release-preprod.api.mithril.network/aggregator`)
118
-
-\***\*YOUR_GENESIS_VERIFICATION_KEY\*\*** You need to replace this with the genesis verification key URL that runs on the Cardano network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey`)
119
-
-\***\*YOUR_ERA_READER_ADAPTER_TYPE\*\*** You need to replace this with the era reader adapter type used by the Mithril network you are targeting (eg, `cardano-chain`)
120
-
-\***\*YOUR_ERA_READER_ADDRESS\*\*** You need to replace this with the era reader address URL used by the Mithril network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
121
-
-\***\*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 (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
116
+
-**YOUR_CARDANO_NETWORK** You need to replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
117
+
-**YOUR_AGGREGATOR_ENDPOINT** You need to replace this with the endpoint of an aggregator that runs on the Cardano network you are targeting (eg, `https://aggregator.release-preprod.api.mithril.network/aggregator`)
118
+
-**YOUR_GENESIS_VERIFICATION_KEY** You need to replace this with the genesis verification key URL that runs on the Cardano network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey`)
119
+
-**YOUR_ERA_READER_ADAPTER_TYPE** You need to replace this with the era reader adapter type used by the Mithril network you are targeting (eg, `cardano-chain`)
120
+
-**YOUR_ERA_READER_ADDRESS** You need to replace this with the era reader address URL used by the Mithril network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
121
+
-**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 (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
-`ERA_READER_ADAPTER_TYPE=cardano-chain`: replace `cardano-chain` with the era reader adapter type used in your Mithril network
284
284
-`ERA_READER_ADAPTER_PARAMS={"address": "...", "verification_key": "..."}`: replace `{"address": "...", "verification_key": "..."}` with the era reader parameters that you need to compute by running the command `jq -nc --arg address $(wget -q -O - **YOUR_ERA_READER_ADDRESS**) --arg verification_key $(wget -q -O - **YOUR_ERA_READER_VERIFICATION_KEY**) '{"address": $address, "verification_key": $verification_key}'`
285
285
-`RELAY_ENDPOINT=http://192.168.1.50:3132`**(optional)**: this is the endpoint of the **Mithril relay**, which is required for **production** deployment only. For **naive** deployment, do not set this variable in your environment file.
286
-
:::
286
+
287
+
:::
287
288
288
289
:::tip
289
290
290
291
Here is an **example** set of values for **release-preprod** that will be used in this guide in the **tip** boxes to illustrate some commands:
Copy file name to clipboardExpand all lines: docs/website/versioned_docs/version-maintained/networks-matrix.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,11 @@ Here is an updated list of all **Mithril networks**, including their configurati
113
113
:::caution
114
114
In this documentation, we use the following generic identifiers:
115
115
116
-
-\***\*YOUR_CARDANO_NETWORK\*\*** You need to replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
117
-
-\***\*YOUR_AGGREGATOR_ENDPOINT\*\*** You need to replace this with the endpoint of an aggregator that runs on the Cardano network you are targeting (eg, `https://aggregator.release-preprod.api.mithril.network/aggregator`)
118
-
-\***\*YOUR_GENESIS_VERIFICATION_KEY\*\*** You need to replace this with the genesis verification key URL that runs on the Cardano network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey`)
119
-
-\***\*YOUR_ERA_READER_ADAPTER_TYPE\*\*** You need to replace this with the era reader adapter type used by the Mithril network you are targeting (eg, `cardano-chain`)
120
-
-\***\*YOUR_ERA_READER_ADDRESS\*\*** You need to replace this with the era reader address URL used by the Mithril network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
121
-
-\***\*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 (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
116
+
-**YOUR_CARDANO_NETWORK** You need to replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
117
+
-**YOUR_AGGREGATOR_ENDPOINT** You need to replace this with the endpoint of an aggregator that runs on the Cardano network you are targeting (eg, `https://aggregator.release-preprod.api.mithril.network/aggregator`)
118
+
-**YOUR_GENESIS_VERIFICATION_KEY** You need to replace this with the genesis verification key URL that runs on the Cardano network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey`)
119
+
-**YOUR_ERA_READER_ADAPTER_TYPE** You need to replace this with the era reader adapter type used by the Mithril network you are targeting (eg, `cardano-chain`)
120
+
-**YOUR_ERA_READER_ADDRESS** You need to replace this with the era reader address URL used by the Mithril network you are targeting (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/address.addr`)
121
+
-**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 (eg, `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_era.vkey`)
0 commit comments