Skip to content

Commit

Permalink
Update syncing.md
Browse files Browse the repository at this point in the history
Add snapshot url for Polkachu
  • Loading branch information
nik-suri authored and evan-gray committed Feb 7, 2024
1 parent dfce056 commit bcb0a7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wormchain/syncing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ make build/wormchaind

Please ask the Wormhole contributors for a recent Wormchain snapshot to use.

You can also use daily snapshots exported by the CryptoCrew team here: [https://github.com/clemensgg/CryptoCrew-Validators/blob/main/chains/wormchain/service_Node_Snapshot.md](https://github.com/clemensgg/CryptoCrew-Validators/blob/main/chains/wormchain/service_Node_Snapshot.md)
You can also use daily snapshots exported by various teams:
- Polkachu: [https://polkachu.com/tendermint_snapshots/wormchain/](https://polkachu.com/tendermint_snapshots/wormchain/)
- CryptoCrew: [https://github.com/clemensgg/CryptoCrew-Validators/blob/main/chains/wormchain/service_Node_Snapshot.md](https://github.com/clemensgg/CryptoCrew-Validators/blob/main/chains/wormchain/service_Node_Snapshot.md)

## Download and Clean Snapshot

Expand Down Expand Up @@ -138,4 +140,4 @@ cp ../mainnet/* config/
```bash
./build/wormchaind-v2.23.0 start --home . --moniker <your-moniker>
# this will sync until the latest block!
```
```

0 comments on commit bcb0a7e

Please sign in to comment.