From a748eaf494839fde536da5399d8014cb7864199f Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 1 Feb 2023 12:14:34 +0100 Subject: [PATCH] websocket: use clearnet URLs --- src/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.h b/src/constants.h index a01cc0c..548e0db 100644 --- a/src/constants.h +++ b/src/constants.h @@ -27,8 +27,8 @@ namespace constants // websocket constants const QVector 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