Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-18 14:30:01 +01:00
parent a24de5f7f8
commit d227d1fae3
9 changed files with 28 additions and 14 deletions

View file

@ -1302,6 +1302,7 @@ internal class SwapInteractorImpl @Inject constructor(
is Fee.Common -> 0
is Fee.Ethereum -> this.gasLimit.toInt()
is Fee.Vechain -> TODO() // TODO [REDACTED_TASK_KEY]
is Fee.Aptos -> TODO()
}
}