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