We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbdd5c4 + 600d3fc commit 83d504fCopy full SHA for 83d504f
lib/bsc/lib/assets/download-snapshot.sh
@@ -12,7 +12,7 @@ BSC_SNAPSHOTS_DIR=/data/
12
BSC_SNAPSHOTS_DOWNLOAD_STATUS=-1
13
14
if [ "$BSC_SNAPSHOTS_URI" == "none" ]; then
15
- BSC_SNAPSHOTS_URI=$(curl https://raw.githubusercontent.com/48Club/bsc-snapshots/main/data.json | jq -r .hash.local.link)
+ BSC_SNAPSHOTS_URI=$(curl https://raw.githubusercontent.com/48Club/bsc-snapshots/main/data.json | jq -r .geth.local.link)
16
fi
17
18
# take about 1 hour to download the bsc snapshot
0 commit comments