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

Commit

Permalink
V7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Jul 1, 2020
1 parent 4798384 commit f23777c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions src-electron/main-process/modules/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export class Backend {
const daemon = {
type: "remote",
p2p_bind_ip: "0.0.0.0",
p2p_bind_port: 20188,
p2p_bind_port: 11811,
rpc_bind_ip: "127.0.0.1",
rpc_bind_port: 20189,
rpc_bind_port: 11812,
zmq_rpc_bind_ip: "127.0.0.1",
zmq_rpc_bind_port: 20190,
zmq_rpc_bind_port: 11813,
out_peers: -1,
in_peers: -1,
limit_rate_up: -1,
Expand Down Expand Up @@ -110,6 +110,10 @@ export class Backend {
{
host: "xlanode.com",
port: "20189"
},
{
host: "164.68.117.160",
port: "11812"
}
]

Expand Down
4 changes: 2 additions & 2 deletions src/css/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
}

::selection {
background: #63c9f3;
background: #6190ff;
}
::-moz-selection {
background: #63c9f3;
background: #6190ff;
}

* {
Expand Down

0 comments on commit f23777c

Please sign in to comment.