https://github.com/Bambarello/cosmos-snapshots/blob/main/Oasis.md ## Download latest snapshot (using the example of Oasis) Go to `.../serverdir/temp/` Download and immediately unpack snapshot ```bash SNAP_NAME=$(curl -s https://snapshots.alexvalidator.com/oasis-testnet/ | \ egrep -o ">oasis-test.*tar\.gz" | tr -d ">"); \ wget -O - https://snapshots.alexvalidator.com/oasis-testnet/${SNAP_NAME} | tar xzf - ```