Skip to content

Commit

Permalink
Merge pull request graft-project#68 from graft-project/public-release…
Browse files Browse the repository at this point in the history
…-1.0.0

public mainnet seed nodes
  • Loading branch information
laid37 authored Jan 16, 2018
2 parents 2742119 + 3aae731 commit e10e840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ namespace nodetool
}
else
{
full_addrs.insert("54.207.116.130:18980");
full_addrs.insert("54.207.21.115:18980");
full_addrs.insert("54.233.159.189:18980");
full_addrs.insert("13.58.215.50:18980");
full_addrs.insert("13.59.105.220:18980");
full_addrs.insert("18.216.94.64:18980");
}
return full_addrs;
}
Expand Down

0 comments on commit e10e840

Please sign in to comment.