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.
1 parent c2771ce commit a04ccf4Copy full SHA for a04ccf4
build/etherlink/entrypoint.sh
@@ -24,7 +24,7 @@ fi
24
25
TZNETWORK_ADDRESS="https://teztnets.com/$NETWORK"
26
SNAPSHOT_URL="https://snapshots.eu.tzinit.org/$NETWORK/rolling"
27
-
+# SNAPSHOT_URL="https://snapshots.eu.tzinit.org/quebecnet/rolling"
28
command=$1
29
shift 1
30
@@ -50,7 +50,7 @@ run_octez_node() {
50
octez-node config init --network network-params.json
51
52
if [ -n ${SNAPSHOT_URL} ]; then
53
- wget -O "/snapshot" "${SNAPSHOT_URL}"
+ wget -O "/snapshot" "https://snapshots.eu.tzinit.org/quebecnet/rolling"
54
octez-node snapshot import /snapshot --no-check
55
fi
56
0 commit comments