From ca7f407a077de7a8becba15ac483e9715036cecc Mon Sep 17 00:00:00 2001 From: snoop Date: Thu, 10 Aug 2017 18:40:20 +0900 Subject: [PATCH] fixed --- src/ts/@overflow/app/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/@overflow/app/config/index.ts b/src/ts/@overflow/app/config/index.ts index 2947777..161bb8f 100644 --- a/src/ts/@overflow/app/config/index.ts +++ b/src/ts/@overflow/app/config/index.ts @@ -22,7 +22,7 @@ export interface RPCConfig { url: string; } const rpcConfig: RPCConfig = { - url: 'ws://1127.0.0.1:18081/rpc', + url: 'ws://127.0.0.1:18081/rpc', }; // Redux Configuration