Skip to content

Commit

Permalink
Change snapshot node URL (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zblocker64 authored Dec 21, 2024
1 parent 64b226a commit 1eee0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/akash-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/akash-node/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1eee0d8

Please sign in to comment.