diff --git a/wormchain/syncing.md b/wormchain/syncing.md index 892cea4383..90104d77d8 100644 --- a/wormchain/syncing.md +++ b/wormchain/syncing.md @@ -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 @@ -138,4 +140,4 @@ cp ../mainnet/* config/ ```bash ./build/wormchaind-v2.23.0 start --home . --moniker # this will sync until the latest block! -``` \ No newline at end of file +```