update testnet ips
This commit is contained in:
parent
2288961711
commit
8990b433aa
|
@ -370,8 +370,8 @@ namespace nodetool
|
|||
{
|
||||
std::set<std::string> full_addrs;
|
||||
if (nettype == cryptonote::TESTNET) {
|
||||
full_addrs.insert("167.160.87.144:11180");
|
||||
full_addrs.insert("5.255.86.129:11180");
|
||||
full_addrs.insert("206.189.166.14:11180");
|
||||
full_addrs.insert("104.236.48.55:11180");
|
||||
} else {
|
||||
full_addrs.insert("66.70.218.230:34567");
|
||||
full_addrs.insert("34.209.48.213:34567");
|
||||
|
|
Loading…
Reference in New Issue