mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
websocket: use clearnet URLs
This commit is contained in:
parent
1571d59409
commit
a748eaf494
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue