Qsilver97 / Qwallet

Easy to use end user wallet for Qubic
3 stars 9 forks source link

POSTBETA: The websockets server should be configurable #109

Open Qsilver97 opened 1 month ago

Qsilver97 commented 1 month ago

In settings area, we should be able to set the url of the websockets server and for testnet, there should be a different default url to use

mainnet url should change from wss://qsilver.org:5555 to wss://websocket.qsilver.org:5555

the testnet could default to ws://testnet.qsilver.org (notice not wss)

Qsilver97 commented 1 month ago

we can use the convention that wss for mainnet websockets and ws for testnet