Skip to content

Commit

Permalink
Merge pull request graft-project#65 from graft-project/public_testnet…
Browse files Browse the repository at this point in the history
…_setup

Changed ips for testnet instances
  • Loading branch information
laid37 authored Jan 15, 2018
2 parents 57f8dc4 + fa57c84 commit 746d6f9
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 @@ -410,9 +410,9 @@ namespace nodetool
std::set<std::string> full_addrs;
if (testnet)
{
full_addrs.insert("54.207.116.130:28980");
full_addrs.insert("54.207.21.115:28980");
full_addrs.insert("54.233.159.189:28980");
full_addrs.insert("34.239.34.92:28980");
full_addrs.insert("35.153.242.98:28980");
full_addrs.insert("35.169.204.213:28980");
}
else
{
Expand Down

0 comments on commit 746d6f9

Please sign in to comment.