Skip to content

Commit

Permalink
Merge pull request input-output-hk#1498 from input-output-hk/olgahryn…
Browse files Browse the repository at this point in the history
…iuk-patch-1

Minor adjustments to generic identifier descriptions
  • Loading branch information
jpraynaud authored Feb 12, 2024
2 parents cca4698 + 547a71c commit f31f1ec
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Here is an updated list of all **Mithril networks**, including their configurati
:::caution
In this documentation, we use the following generic identifiers:

* ****YOUR_CARDANO_NETWORK**** You need to replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
* ****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`)
* ****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`)
* ****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`)
* ****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`)
* ****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`)
* ****YOUR_CARDANO_NETWORK**** Replace this with the name of the network that runs on your Cardano node (eg, `preprod`)
* ****YOUR_AGGREGATOR_ENDPOINT**** 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`)
* ****YOUR_GENESIS_VERIFICATION_KEY**** 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`)
* ****YOUR_ERA_READER_ADAPTER_TYPE**** Replace this with the era reader adapter type used by the Mithril network you are targeting (eg, `cardano-chain`)
* ****YOUR_ERA_READER_ADDRESS**** 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`)
* ****YOUR_ERA_READER_VERIFICATION_KEY**** 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 comments on commit f31f1ec

Please sign in to comment.