|
|
|
@ -8,6 +8,6 @@ public struct GasPriceConfiguration { |
|
|
|
|
static let defaultPrice: BigInt = EtherNumberFormatter.full.number(from: "9", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
static let minPrice: BigInt = EtherNumberFormatter.full.number(from: "1", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
static let oneGwei: BigInt = EtherNumberFormatter.full.number(from: "1", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
static let maxPrice: BigInt = EtherNumberFormatter.full.number(from: "300", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
static let maxPrice: BigInt = EtherNumberFormatter.full.number(from: "500", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
static let xDaiGasPrice: BigInt = EtherNumberFormatter.full.number(from: "1", units: UnitConfiguration.gasPriceUnit)! |
|
|
|
|
} |
|
|
|
|