From 4e6755aa93a7bcf9300ad685ea2464f612b2b479 Mon Sep 17 00:00:00 2001 From: James Sangalli Date: Wed, 9 May 2018 16:25:13 +0800 Subject: [PATCH] add back payment server --- Trust/Settings/Types/Constants.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trust/Settings/Types/Constants.swift b/Trust/Settings/Types/Constants.swift index d582d592c..39afa3049 100644 --- a/Trust/Settings/Types/Constants.swift +++ b/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/"