diff --git a/src/ts/@overflow/app/index.tsx b/src/ts/@overflow/app/index.tsx index fbaa983..fefe874 100644 --- a/src/ts/@overflow/app/index.tsx +++ b/src/ts/@overflow/app/index.tsx @@ -86,8 +86,8 @@ class Application { this.displayLoading(); this.context = await this.initContext(); - this.rpcClient = await this.initRpcClient(); - this.context.put(this.rpcClient); + // this.rpcClient = await this.initRpcClient(); + // this.context.put(this.rpcClient); await this.initRedux();