From 7c7ae3d53e72d0b6304ef52ecc5262fc85ce19e4 Mon Sep 17 00:00:00 2001 From: iskay Date: Tue, 31 Dec 2024 15:49:39 -0500 Subject: [PATCH] fix von description --- user-and-dev-tools/mainnet/interfaces.json | 2 +- user-and-dev-tools/mainnet/tooling-and-scripts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user-and-dev-tools/mainnet/interfaces.json b/user-and-dev-tools/mainnet/interfaces.json index 70109d9..81ab1a0 100644 --- a/user-and-dev-tools/mainnet/interfaces.json +++ b/user-and-dev-tools/mainnet/interfaces.json @@ -90,7 +90,7 @@ { "Interface Name (CLI-based tool)": "Valley of Namada", "Interface URL": "https://github.com/hubofvalley/Mainnet-Guides/blob/main/Namada/resources/valleyofNamada.sh", - "Notes": "Valley of Namada is a CLI tool for managing Namada nodes, transactions, and wallets. It simplifies deployment, staking, and key management while operating locally for security. Open-source and transparent, it reduces hack risks. Simple command to run VoN: bash <(curl -s https://raw.githubusercontent.com/hubofvalley/Mainnet-Guides/main/Namada/resources/valleyofNamada.sh)", + "Notes": "Simple command to run VoN: bash <(curl -s https://raw.githubusercontent.com/hubofvalley/Mainnet-Guides/main/Namada/resources/valleyofNamada.sh). Inside VoN there's a special tool also that can help user to understand and estimate how the Cubic Slashing works, the tool is called Cubic Slashing Rate (CSR) Monitoring Tool. Guidance and details: https://github.com/hubofvalley/Mainnet-Guides/blob/main/Namada/README.md#valley-of-namada-namada-tools-created-by-grand-valley", "Team or Contributor Name": "Grand Valley", "Discord UserName": "baconvalley", "GitHub Account": "hubofvalley" diff --git a/user-and-dev-tools/mainnet/tooling-and-scripts.json b/user-and-dev-tools/mainnet/tooling-and-scripts.json index 246b124..9959919 100644 --- a/user-and-dev-tools/mainnet/tooling-and-scripts.json +++ b/user-and-dev-tools/mainnet/tooling-and-scripts.json @@ -42,7 +42,7 @@ "Team or Contributor Name": "Grand Valley", "Discord UserName": "baconvalley", "GitHub Account": "https://github.com/hubofvalley", - "Additional Note": "Simple command to run VoN: bash <(curl -s https://raw.githubusercontent.com/hubofvalley/Mainnet-Guides/main/Namada/resources/valleyofNamada.sh). Guidance and details: https://github.com/hubofvalley/Mainnet-Guides/blob/main/Namada/README.md#valley-of-namada-namada-tools-created-by-grand-valley" + "Additional Note": "Simple command to run VoN: bash <(curl -s https://raw.githubusercontent.com/hubofvalley/Mainnet-Guides/main/Namada/resources/valleyofNamada.sh). Inside VoN there's a special tool also that can help user to understand and estimate how the Cubic Slashing works, the tool is called Cubic Slashing Rate (CSR) Monitoring Tool. Guidance and details: https://github.com/hubofvalley/Mainnet-Guides/blob/main/Namada/README.md#valley-of-namada-namada-tools-created-by-grand-valley" }, { "Tool Name": "CometPrune",