Commit a4623f5a authored by Sergei Zubov's avatar Sergei Zubov

Fix seed nodes IP for mainnet

parent 3dafe424
Pipeline #278 failed with stage
in 21 seconds
......@@ -164,7 +164,7 @@ namespace Stratis.Bitcoin.Networks
new DNSSeedData("seed2.destream.io", "seed2.destream.io")
};
string[] seedNodes = {"13.68.198.162", "13.70.18.104"};
string[] seedNodes = {"46.101.9.205", "178.62.251.178", "134.209.225.244"};
this.SeedNodes = this.ConvertToNetworkAddresses(seedNodes, this.DefaultPort).ToList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment