Skip to content

Commit

Permalink
Use latest.zst
Browse files Browse the repository at this point in the history
  • Loading branch information
birdychang authored Apr 7, 2023
1 parent 9ac5429 commit fe4a939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/lily/worker_docker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p ${LILY_REPO}/keystore

if [[ ! -z "${LILY_DOCKER_INIT_IMPORT_MAINNET_SNAPSHOT}" ]]; then
# set default snapshot path if not already defined
snapshot="${LILY_DOCKER_INIT_IMPORT_SNAPSHOT_PATH:-https://snapshots.mainnet.filops.net/minimal/latest}"
snapshot="${LILY_DOCKER_INIT_IMPORT_SNAPSHOT_PATH:-https://snapshots.mainnet.filops.net/minimal/latest.zst}"

# import snapshot when LILY_DOCKER_INIT_IMPORT_MAINNET_SNAPSHOT is set
if [[ -f "${LILY_REPO}/datastore/_imported" ]]; then
Expand Down

0 comments on commit fe4a939

Please sign in to comment.