Skip to content

Commit

Permalink
zetachain updated (#103)
Browse files Browse the repository at this point in the history
* zetachain updated endpoints

* zetachain updated sync

* zetachain updated tools
  • Loading branch information
karloinv committed May 16, 2024
1 parent bc904e6 commit 2b785f2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 144 deletions.
101 changes: 1 addition & 100 deletions docs/zetachain/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,122 +21,23 @@ import TabItem from '@theme/TabItem';
#### F5 Nodes:
```bash
https://zetachain-api.f5nodes.com
```

#### ITRocket:
```bash
https://zetachain-testnet-api.itrocket.net:443
```

#### kjnodes:
```bash
https://zetachain-testnet.api.kjnodes.com
```

#### Lavender.Five:
```bash
https://testnet-zetachain-api.lavenderfive.com
```

#### NodeJumper:
```bash
https://zetachain-testnet.nodejumper.io:1317
```

#### NodeStake:
```bash
https://api-t.zeta.nodestake.top
```

#### Polkachu:
```bash
https://zetachain-testnet-api.polkachu.com
```

#### Synergy Nodes:
```bash
https://zeta-testnet-api.synergynodes.com
```

#### Unifra:
```bash
https://zetachain-cosmos-sdk-http-athens-testnet-public.unifra.io
```

</TabItem>
<TabItem value="rpc" label="RPC">

#### BlockHunters:
```bash
https://rpc.testnet.zeta.bh.rocks:443
```

#### F5 Nodes:
```bash
https://zetachain-rpc.f5nodes.com
```

#### ITRocket:
```bash
https://zetachain-testnet-rpc.itrocket.net:443
```

#### kjnodes:
```bash
https://zetachain-testnet.rpc.kjnodes.com
```

#### NodeJumper:
```bash
https://zetachain-testnet.nodejumper.io:443
```

#### NodeStake:
```bash
https://rpc-t.zeta.nodestake.top
```

#### Polkachu:
```bash
https://zetachain-testnet-rpc.polkachu.com
```

#### Synergy Nodes:
```bash
https://zeta-testnet-rpc.synergynodes.com
```

</TabItem>
<TabItem value="grpc" label="gRPC">

#### F5 Nodes:
```bash
zetachain-grpc.f5nodes.com
```

#### ITRocket:
```bash
zetachain-testnet-grpc.itrocket.net:16090
```

#### kjnodes:
```bash
zetachain-testnet.grpc.kjnodes.com:443
```

#### NodeJumper:
```bash
zetachain-testnet.nodejumper.io:9090
```

#### NodeStake:
```bash
grpc-t.zeta.nodestake.top:443
```

#### Polkachu:
```bash
polkachu.com/testnet_public_grpc
zetachain-grpc.f5nodes.com:9920
```

</TabItem>
Expand Down
11 changes: 5 additions & 6 deletions docs/zetachain/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ import SelectPaste from '@site/src/components/SelectPaste';
import { addrBook } from '@site/src/components/SelectPaste/addrBook.ts';

export let endpoints = [
'https://snapshots.polkachu.com/testnet-addrbook/zetachain/addrbook.json',
'https://snapshots-testnet.nodejumper.io/zetachain-testnet/addrbook.json',
'https://ss-t.zeta.nodestake.top/addrbook.json',
'https://snapshots.kjnodes.com/zetachain-testnet/addrbook.json',
'https://testnet-files.itrocket.net/zetachain/addrbook.json',
'https://snapshots.synergynodes.com/addrbook/zetachain_testnet/addrbook.json',
'https://snapshots.polkachu.com/addrbook/zetachain/addrbook.json',
'https://snapshots.nodejumper.io/zetachain/addrbook.json',
'https://config-t.noders.services/zetachain/addrbook.json',
'https://mainnet-files.itrocket.net/zetachain/addrbook.json',
'https://support.synergynodes.com/addrbook/zetachain_mainnet/addrbook.json',
];

export let home = 'zetacored';
Expand Down
2 changes: 1 addition & 1 deletion docs/zetachain/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export let home = 'zetacored';

export let binary = 'zetacored';

<LivePeers rpc="https://zetachain-rpc.f5nodes.com" home={home} binary={binary} />
<LivePeers rpc="https://zetachain-rpc.polkachu.com" home={home} binary={binary} />
15 changes: 3 additions & 12 deletions docs/zetachain/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,16 @@ A list of Snapshots you can use:

#### ITRocket:
```bash
https://testnet-files.itrocket.net/zetachain/snap_zetachain.tar.lz4
```

#### kjnodes:
```bash
https://snapshots.kjnodes.com/zetachain-testnet/snapshot_latest.tar.lz4
https://mainnet-files.itrocket.net/zetachain/snap_zetachain.tar.lz4
```

#### Lavender.Five:
```bash
https://snapshots.lavenderfive.com/testnet-snapshots/zetachain/latest.tar.lz4
https://snapshots.lavenderfive.com/snapshots/zetachain/zetachain_3068013.tar.lz4
```

#### NodeJumper:
```bash
https://snapshots-testnet.nodejumper.io/zetachain-testnet
https://snapshots.nodejumper.io/zetachain/zetachain_latest.tar.lz4
```

#### NodeStake:
```bash
https://ss-t.zeta.nodestake.top
```
10 changes: 3 additions & 7 deletions docs/zetachain/sync/state-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ import SelectPaste from '@site/src/components/SelectPaste';
import { stateSync } from '@site/src/components/SelectPaste/stateSync.ts';

export let endpoints = [
'https://zetachain-rpc.f5nodes.com',
'https://zetachain-testnet-rpc.polkachu.com',
'https://zetachain-testnet.nodejumper.io:443',
'https://rpc-t.zeta.nodestake.top',
'https://zetachain-testnet.rpc.kjnodes.com',
'https://zetachain-testnet-rpc.itrocket.net:443',
'https://zeta-testnet-rpc.synergynodes.com',
'https://zetachain-rpc.f5nodes.com:443',
'https://zetachain-rpc.polkachu.com:443',
'https://zetachain-t-rpc.noders.services:443',
];

export let home = 'zetacored';
Expand Down
13 changes: 5 additions & 8 deletions docs/zetachain/useful-tools/explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ description: Explorers

| Name | Layer | Network | URL |
| --- | --- | --- | --- |
| Blockscout | EVM | Testnet (Athens-3) | https://zetachain-athens-3.blockscout.com |
| ITRocket | Cosmos | Testnet (Athens-3) | https://testnet.itrocket.net/zetachain |
| kjnodes | Cosmos | Testnet (athens_7001-1) | https://explorer.kjnodes.com/zetachain-testnet |
| NodeStake | Cosmos | Testnet (athens_7001-1) | https://explorer.nodestake.top/zeta-testnet |
| Nodes.Guru | Cosmos | Testnet (athens_7001-1) | https://zetachain.explorers.guru |
| NodeX | Cosmos | Testnet (athens_7001-1) | https://explorer.nodex.one/zetachain |
| StakeMe | Cosmos | Testnet (athens_7001-1) | https://zetachain.exploreme.pro |
| ZetaScan (official) | EVM | Testnet (Athens-3) | https://explorer.zetachain.com |
| Blockscout | EVM | zetachain_7000-1 | https://zetachain.blockscout.com |
| ITRocket | Cosmos | zetachain_7000-1 | https://mainnet.itrocket.net/zetachain |
| Nodes.Guru | Cosmos | zetachain_7000-1 | https://zetachain.explorers.guru |
| StakeMe | Cosmos | zetachain_7000-1 | https://zetachain.exploreme.pro |
| ZetaScan (official) | EVM | zetachain_7000-1 | https://explorer.zetachain.com |
9 changes: 4 additions & 5 deletions docs/zetachain/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ To contribute your own resource, simply click on **Edit this page** at the botto

| Contribution | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Validator Monitoring System](https://www.zetachain.com/docs/reference/validators-monitoring) | Monitoring of key metrics through custom dashboard using Grafana. | [F5 Nodes](https://github.com/f5nodes) | 2023-10-09 |
| [Network Information Script](https://github.com/f5nodes/zetachain) | This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API. | [F5 Nodes](https://github.com/f5nodes) | 2023-10-09 |
| [RPC Scanner](https://itrocket.net/services/testnet/zetachain/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [ITRocket](https://github.com/itrocket-am) | 2023-10-22 |
| [RPC Scanner](https://services.kjnodes.com/testnet/zetachain/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2023-10-22 |
| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2023-06-08 |
| [Validator Monitoring System](https://www.zetachain.com/docs/validators/monitoring) | Monitoring of key metrics through custom dashboard using Grafana. | [F5 Nodes](https://github.com/f5nodes) | 2024-05-16 |
| [Network Information Script](https://github.com/f5nodes/zetachain) | This script provides information about the Zetachain network, validators, and proposals by interacting with the Zetachain RPC API. | [F5 Nodes](https://github.com/f5nodes) | 2024-05-16 |
| [RPC Scanner](https://itrocket.net/services/mainnet/zetachain/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [ITRocket](https://github.com/itrocket-am) | 2024-05-16 |
| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2024-05-16 |
9 changes: 4 additions & 5 deletions docs/zetachain/useful-tools/telegram-bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ To contribute your own resource, simply click on **Edit this** page at the botto

| Name | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Testnet Proposal Bot](https://t.me/kjnodes_testnet_proposal_bot) | A telegram bot to notify of testnet proposals. | [kjnodes](https://github.com/kj89) | 2023-10-10 |
| [Testnet Governance bot](https://t.me/itrocket_testnet_proposal_bot) | A bot with governance notifications. | [ITRocket](https://github.com/itrocket-am) | 2023-11-13 |
| [Governance Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2023-09-14 |
| [NodesChecker](https://t.me/NodesGuru_bot) | Check your nodes status online and receive instant notification if something is wrong with your node. | [Nodes.Guru](https://github.com/nodesguru) | 2023-10-11 |
| [UpTime bot](https://t.me/ZetaChainUpTime_bot) | Bot can monitor your node uptime, and not only warns that the validator is already in jail but pings you when your validator starts skipping blocks to keep you out of jail. | [Posthuman](https://github.com/Validator-POSTHUMAN) | 2023-07-19 |
| [Governance bot](https://t.me/itrocket_mainnet_proposal_bot) | A bot with governance notifications. | [ITRocket](https://github.com/itrocket-am) | 2024-05-16 |
| [Governance Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2024-05-16 |
| [NodesChecker](https://t.me/NodesGuru_bot) | Check your nodes status online and receive instant notification if something is wrong with your node. | [Nodes.Guru](https://github.com/nodesguru) | 2024-05-16 |
| [UpTime bot](https://t.me/ZetaChainUpTime_bot) | Bot can monitor your node uptime, and not only warns that the validator is already in jail but pings you when your validator starts skipping blocks to keep you out of jail. | [Posthuman](https://github.com/Validator-POSTHUMAN) | 2024-05-16 |


0 comments on commit 2b785f2

Please sign in to comment.