From 2951ad3a6fd5a4b6f916ca5b8036143bbf8f9a91 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Fri, 29 Mar 2024 11:30:51 +0100 Subject: [PATCH] docs: fix runbook for certificate hashes re-computation --- docs/runbook/recompute-certificates-hash/README.md | 4 ++-- docs/runbook/recompute-certificates-hash/config/tools.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/runbook/recompute-certificates-hash/README.md b/docs/runbook/recompute-certificates-hash/README.md index c01d73f3c28..784a8f6f271 100644 --- a/docs/runbook/recompute-certificates-hash/README.md +++ b/docs/runbook/recompute-certificates-hash/README.md @@ -8,7 +8,7 @@ export CARDANO_NETWORK=**CARDANO_NETWORK** export MITHRIL_DISTRIBUTION_LINUX_PKG=**MITHRIL_DISTRIBUTION_LINUX_PKG** ``` -Here is an exmaple for the `release-mainnet` network: +Here is an example for the `release-mainnet` network: ```bash export MITHRIL_VM=aggregator.release-mainnet.api.mithril.network export CARDANO_NETWORK=mainnet @@ -108,7 +108,7 @@ Then disconnect from the aggregator VM: exit ``` -## Databse rollback procedure +## Database rollback procedure If the recomputation fails, you can rollback the database,and try again the process. diff --git a/docs/runbook/recompute-certificates-hash/config/tools.json b/docs/runbook/recompute-certificates-hash/config/tools.json index 83056b02e72..8829464c899 100644 --- a/docs/runbook/recompute-certificates-hash/config/tools.json +++ b/docs/runbook/recompute-certificates-hash/config/tools.json @@ -13,5 +13,6 @@ "snapshot_uploader_type": "local", "genesis_verification_key": "-", "era_adapter_type": "bootstrap", - "cardano_node_version": "-" + "cardano_node_version": "-", + "chain_observer_type": "cardano-cli" } \ No newline at end of file