|
|
|
@ -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/" |
|
|
|
|