up build and cast int to string in BigInt constructor

pull/242/head
James Sangalli 7 years ago
parent e1a9353c93
commit 874628285e
  1. 2
      Trust/Info.plist
  2. 2
      Trust/Settings/Types/Constants.swift

@ -28,7 +28,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>177</string>
<string>178</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>

@ -9,7 +9,7 @@ public struct Constants {
public static let changellyRefferalID = "968d4f0f0bf9"
public static let keychainKeyPrefix = "trustwallet"
public static let gasLimit = BigInt(300000)
public static let gasPriceDefaultStormbird = BigInt(22000000000)
public static let gasPriceDefaultStormbird = BigInt("22000000000")!
// fee master
public static let paymentServer = "http://feemaster.eastasia.cloudapp.azure.com:8080/api/claimToken"

Loading…
Cancel
Save