We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a7892 commit 8d1cc85Copy full SHA for 8d1cc85
iota-wasp/prepare_docker.sh
@@ -24,7 +24,7 @@ prepare_data_dir "${dataDir}" "config" "waspdb" "waspdb/chains"
24
create_docker_network "iota"
25
26
# Generate config
27
-configUrl="https://raw.githubusercontent.com/iotaledger/wasp/v${WASP_VERSION}/config_defaults.json"
+configUrl="https://raw.githubusercontent.com/iotaledger/wasp/v1.5.1/config_defaults.json"
28
echo "Downloading config from ${configUrl}..."
29
curl -L -s -o "${configPath}" "${configUrl}"
30
0 commit comments