From 1bc165f621a3033887fb0ca8b61a49cd12c33323 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Fri, 3 Aug 2018 10:59:53 -0400 Subject: [PATCH] use reverse proxy for ws connection --- app/contract_client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/contract_client.js b/app/contract_client.js index 3af7d5a..302523b 100644 --- a/app/contract_client.js +++ b/app/contract_client.js @@ -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()