diff --git a/charts/akash-node/Chart.yaml b/charts/akash-node/Chart.yaml index 106a6f9..10c3fb6 100644 --- a/charts/akash-node/Chart.yaml +++ b/charts/akash-node/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 11.1.1 +version: 11.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-node/scripts/init.sh b/charts/akash-node/scripts/init.sh index 419996c..08c2257 100644 --- a/charts/akash-node/scripts/init.sh +++ b/charts/akash-node/scripts/init.sh @@ -41,7 +41,7 @@ else case "$SNAPSHOT_PROVIDER" in "akash") - SNAPSHOT_URL="https://snapshots.akash.network/akashnet-2/akashnet-2_latest.tar.lz4" + SNAPSHOT_URL="https://snapshots.akash.network/akashnet-2/latest" echo "Using default akash blockchain snapshot, $SNAPSHOT_URL" aria2c --out=snapshot.tar.lz4 --summary-interval 15 --check-certificate=false --max-tries=99 --retry-wait=5 --always-resume=true --max-file-not-found=99 --conditional-get=true -s 8 -x 8 -k 1M -j 1 "$SNAPSHOT_URL" lz4 -c -d snapshot.tar.lz4 | tar -x -C "$AKASH_HOME"