Fixed the URL of the websocket (#449)

This commit is contained in:
Dave Hrycyszyn
2020-11-12 17:53:46 +00:00
committed by GitHub
parent 36ec2fef60
commit 21d27495f4
+1 -1
View File
@@ -4,7 +4,7 @@ function websocketUrl() {
} else if ($(location).attr("href").startsWith("http://qa-explorer")) {
return "ws://qa-explorer.nymtech.net:1648";
} else {
return "ws://testnet-explorer.nymtech.net:1648";
return "wss://testnet-explorer.nymtech.net";
}
}