Switch mainnet seed nodes

pull/35/head
Niels Andriesse 6 years ago
parent a9b7663320
commit e4abcd9081

@ -39,7 +39,7 @@ public extension LokiAPI {
}
// 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> = []
@objc public static func clearRandomSnodePool() {

Loading…
Cancel
Save