Updated on 2026-08-14
This commit is contained in:
parent
e07cd92e27
commit
5cea27c160
19 changed files with 439 additions and 307 deletions
|
|
@ -502,9 +502,8 @@ internal class DefaultWalletManagersFacade @Inject constructor(
|
|||
) ?: error("Wallet manager not found")
|
||||
|
||||
val destination = when (amount.type) {
|
||||
is AmountType.Token -> estimationFeeAddressFactory.makeAddress(blockchain)
|
||||
is AmountType.TokenYieldSupply -> walletManager.getYieldModuleAddress()
|
||||
else -> return@withContext null
|
||||
else -> estimationFeeAddressFactory.makeAddress(blockchain)
|
||||
}
|
||||
|
||||
val callData = when (val amountType = amount.type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue