From 6e5169206d3b36efdb42aa8975c2b753dd415aad Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Thu, 31 Oct 2019 14:11:24 +1100 Subject: [PATCH] Fix uncontactable seed node --- SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift index 6a47e02e3..b13aee3f0 100644 --- a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift +++ b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift @@ -39,7 +39,7 @@ public extension LokiAPI { } // MARK: Clearnet Setup - fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://imaginary.stream:38157" ] + fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://149.56.148.124:38157" ] fileprivate static var randomSnodePool: Set = [] @objc public static func clearRandomSnodePool() {