We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a259157 commit 819a24eCopy full SHA for 819a24e
install.sh
@@ -278,13 +278,13 @@ set_network_status_url() {
278
network_status_url="https://mainnet-api.voi.nodely.dev/v2/status"
279
;;
280
"betanet")
281
- network_status_url="https://betanet-api.voi.nodly.io/v2/status"
+ network_status_url="https://betanet-api.voi.nodely.dev/v2/status"
282
283
"testnet")
284
- network_status_url="https://testnet-api.voi.nodly.io/v2/status"
+ network_status_url="https://testnet-api.voi.nodely.dev/v2/status"
285
286
"testnet-v1.1")
287
288
289
*)
290
abort "Unable to find status URL. Swarm is running in the background." true
0 commit comments