Use trustwalletapp.com domain names for remoteURL

pull/2/head
Michael Scoff 7 years ago
parent e59ea71f43
commit 94773bf2f9
  1. 4
      Trust/Settings/Types/Config.swift

@ -56,8 +56,8 @@ struct Config {
var remoteURL: URL {
let urlString: String = {
switch server {
case .main: return "https://trust-wallet.herokuapp.com"
case .kovan: return "https://trust-wallet-kovan.herokuapp.com"
case .main: return "https://api.trustwalletapp.com"
case .kovan: return "https://kovan.trustwalletapp.com"
}
}()
return URL(string: urlString)!

Loading…
Cancel
Save