add back payment server

pull/294/head
James Sangalli 7 years ago
parent e782368292
commit 4e6755aa93
  1. 4
      Trust/Settings/Types/Constants.swift

@ -12,8 +12,8 @@ public struct Constants {
public static let gasPriceDefaultStormbird = BigInt("22000000000")!
// fee master
public static let paymentServer = "http://localhost:8080/api/claimToken"
public static let getTicketInfoFromServer = "http://localhost:8080/api/ecrecoverAndGetTickets"
public static let paymentServer = "https://app.awallet.io:80/api/claimToken"
public static let getTicketInfoFromServer = "https://app.awallet.io:80/api/ecrecoverAndGetTickets"
// social
public static let website = "https://www.awallet.io/"

Loading…
Cancel
Save