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

@ -447,6 +447,6 @@ class WalletConnectSdkHelper {
const val HEX_PREFIX = "0x"
const val DEFAULT_MAX_GASLIMIT = 350000
// TODO remove after [REDACTED_JIRA]
private val MANTLE_FEE_ESTIMATE_MULTIPLIER = BigDecimal("1.6")
private val MANTLE_FEE_ESTIMATE_MULTIPLIER = BigDecimal("1.8")
}
}

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")
}
}