Fix uncontactable seed node

pull/64/head
Niels Andriesse 6 years ago
parent 99c172f300
commit 6e5169206d

@ -39,7 +39,7 @@ public extension LokiAPI {
}
// MARK: Clearnet Setup
fileprivate static let seedNodePool: Set<String> = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://imaginary.stream:38157" ]
fileprivate static let seedNodePool: Set<String> = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://149.56.148.124:38157" ]
fileprivate static var randomSnodePool: Set<LokiAPITarget> = []
@objc public static func clearRandomSnodePool() {

Loading…
Cancel
Save