websocket: use clearnet URLs

This commit is contained in:
tobtoht 2023-02-01 12:14:34 +01:00
parent 1571d59409
commit a748eaf494
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -27,8 +27,8 @@ namespace constants
// websocket constants
const QVector<QUrl> websocketUrls = {
QUrl(QStringLiteral("ws://7e6egbawekbkxzkv4244pqeqgoo4axko2imgjbedwnn6s5yb6b7oliqd.onion/ws")),
QUrl(QStringLiteral("ws://an5ecwgzyujqe7jverkp42d22zhvjes2mrhvol6tpqcgfkzwseqrafqd.onion/ws"))
QUrl(QStringLiteral("wss://ws.featherwallet.org/ws")),
QUrl(QStringLiteral("wss://ws.featherwallet.net/ws"))
};
// website constants