Skip to content

Commit

Permalink
zetachain endpoints update
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylcode authored Sep 11, 2023
1 parent ab47f75 commit 9e30250
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/zetachain/endpoints.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
description: Endpoints Test
description: Endpoints
---

import Tabs from '@theme/Tabs';
Expand Down
29 changes: 9 additions & 20 deletions docs/zetachain/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Choose a snapshot from the list and run the commands below. Don't forget to chan
sudo systemctl stop zetacored

# make a backup
cp $HOME/.zetacored/data/priv_validator_state.json $HOME/.zetacored/priv_validator_state.json.backup
cp $HOME/.zetacored/data/priv_validator_state.json $HOME/.zetacored/priv_validator_state.json.backup

# reset your node and download a snapshot
zetacored tendermint unsafe-reset-all --home $HOME/.zetacored --keep-addr-book
Expand All @@ -29,33 +29,22 @@ sudo systemctl restart zetacored && sudo journalctl -u zetacored -f

A list of Snapshots you can use:

F5 Nodes
```md
url here
```


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


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


kjnodes
```md
#### kjnodes
```bash
https://snapshots.kjnodes.com/zetachain-testnet/snapshot_latest.tar.lz4
```


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


0 comments on commit 9e30250

Please sign in to comment.