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