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

bugs fixed #23

Merged
merged 12 commits into from
Sep 22, 2023
2 changes: 1 addition & 1 deletion docs/archway/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Archway",
"position": 3
"position": 2
}
2 changes: 1 addition & 1 deletion docs/celestia/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Celestia",
"position": 2,
"position": 3,
"link": {
"type": "generated-index",
"description": "Celestia is the first modular consensus and blockchain data network."
Expand Down
4 changes: 2 additions & 2 deletions docs/zetachain/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ description: Other-tools
# Other Tools

### Network information script by F5 Nodes

> This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API.

```bash
https://github.com/f5nodes/zetachain
```
### Monitoring tool by NodeJumper

> A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards.

```bash
https://github.com/nodejumper-org/monitoring-tool
```
Expand Down