We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
we can use the convention that wss for mainnet websockets and ws for testnet
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: