Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-30 13:19:48 +03:00
parent 3bd71101da
commit 36a315eef4
2 changed files with 2 additions and 2 deletions

View file

@ -353,6 +353,6 @@ class TransactionManagerImpl(
companion object {
private const val MULTIPLIER_GAS_PRICE_FOR_NORMAL_FEE = 150 // 50%
private const val MULTIPLIER_GAS_PRICE_FOR_PRIORITY_FEE = 200 // 50%
private val MANTLE_FEE_ESTIMATE_MULTIPLIER = BigDecimal("1.6")
private val MANTLE_FEE_ESTIMATE_MULTIPLIER = BigDecimal("1.8")
}
}