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