fixed
This commit is contained in:
parent
567f6a570b
commit
ca7f407a07
|
@ -22,7 +22,7 @@ export interface RPCConfig {
|
||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
const rpcConfig: RPCConfig = {
|
const rpcConfig: RPCConfig = {
|
||||||
url: 'ws://1127.0.0.1:18081/rpc',
|
url: 'ws://127.0.0.1:18081/rpc',
|
||||||
};
|
};
|
||||||
|
|
||||||
// Redux Configuration
|
// Redux Configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user