use reverse proxy for ws connection

This commit is contained in:
Barry Gitarts 2018-08-03 10:59:53 -04:00
parent ea3483e6de
commit 1bc165f621
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ export const createContract = async (tileStateUpdateHandler) => {
const client = new Client(
'default',
'wss://188.166.96.93:46657/websocket',
'wss://188.166.96.93:9999/queryws',
'wss://draw.status.im/websocket',
'wss://draw.status.im/queryws',
)
const from = LocalAddress.fromPublicKey(publicKey).toString()