Skip to content

Commit

Permalink
public mainnet seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Jan 16, 2018
1 parent 57f8dc4 commit 3aae731
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 3aae731

Please sign in to comment.