From 28f5c139dacd6e621104229677b850e1e2a32248 Mon Sep 17 00:00:00 2001 From: James Sangalli Date: Sun, 22 Apr 2018 11:33:21 +0800 Subject: [PATCH] with new ticketing contract --- Trust/Settings/Types/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trust/Settings/Types/Constants.swift b/Trust/Settings/Types/Constants.swift index 988367845..75090932c 100644 --- a/Trust/Settings/Types/Constants.swift +++ b/Trust/Settings/Types/Constants.swift @@ -27,7 +27,7 @@ public struct Constants { public static let dappsBrowserURL = "https://dapps.trustwalletapp.com" // FIFA hardcoded FIFA token address. Look for "//FIFA" for relevant changes - public static let fifaContractAddress = "0xDeDBc7CBd3a534cDd1817963B76cd85FE53e8375" + public static let fifaContractAddress = "0x4eBacaE9E9901f0E50026AD021ea5Bab82402bf7" public static let nullTicket = "0x0000000000000000000000000000000000000000000000000000000000000000" public static let event = "FIFA WC 2018" }