Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix von description #80

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user-and-dev-tools/mainnet/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion user-and-dev-tools/mainnet/tooling-and-scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading