|
|
@ -39,7 +39,7 @@ public extension LokiAPI {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// MARK: Clearnet Setup
|
|
|
|
// 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> = []
|
|
|
|
fileprivate static var randomSnodePool: Set<LokiAPITarget> = []
|
|
|
|
|
|
|
|
|
|
|
|
@objc public static func clearRandomSnodePool() {
|
|
|
|
@objc public static func clearRandomSnodePool() {
|
|
|
|