Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit f23777c

Browse files
committed
V7 changes
1 parent 4798384 commit f23777c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src-electron/main-process/modules/backend.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ export class Backend {
4545
const daemon = {
4646
type: "remote",
4747
p2p_bind_ip: "0.0.0.0",
48-
p2p_bind_port: 20188,
48+
p2p_bind_port: 11811,
4949
rpc_bind_ip: "127.0.0.1",
50-
rpc_bind_port: 20189,
50+
rpc_bind_port: 11812,
5151
zmq_rpc_bind_ip: "127.0.0.1",
52-
zmq_rpc_bind_port: 20190,
52+
zmq_rpc_bind_port: 11813,
5353
out_peers: -1,
5454
in_peers: -1,
5555
limit_rate_up: -1,
@@ -110,6 +110,10 @@ export class Backend {
110110
{
111111
host: "xlanode.com",
112112
port: "20189"
113+
},
114+
{
115+
host: "164.68.117.160",
116+
port: "11812"
113117
}
114118
]
115119

src/css/app.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
}
88

99
::selection {
10-
background: #63c9f3;
10+
background: #6190ff;
1111
}
1212
::-moz-selection {
13-
background: #63c9f3;
13+
background: #6190ff;
1414
}
1515

1616
* {

0 commit comments

Comments
 (0)