Skip to content

Commit

Permalink
fix server path
Browse files Browse the repository at this point in the history
  • Loading branch information
bensig committed Jun 13, 2018
1 parent 4fb17c2 commit 81fc30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eos-voting.js
Expand Up @@ -6,7 +6,7 @@ let privateKey = "";
const networks = [
{
name: "Main Net",
host: "user-api.eoseoul.io",
host: "node2.liquideos.com",
port: 80,
chainId: "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
secured: false
Expand Down
Expand Up @@ -3,7 +3,7 @@ let privateKey = "";
const networks = [
{
name: "Main Net",
host: "user-api.eoseoul.io",
host: "node2.liquideos.com",
port: 8888,
chainId: "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
secured: false
Expand Down

0 comments on commit 81fc30b

Please sign in to comment.