Updated on 2026-08-14
This commit is contained in:
parent
6d5d95e820
commit
d99cb04d1e
2 changed files with 3 additions and 2 deletions
|
|
@ -138,6 +138,7 @@ private fun getGasLimit(amount: Amount): GasLimit {
|
|||
return when (amount.currencySymbol) {
|
||||
Blockchain.Ethereum.currency -> GasLimit.Default
|
||||
"DGX" -> GasLimit.High
|
||||
"CGT" -> GasLimit.High
|
||||
else -> GasLimit.Token
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue