Updated on 2026-08-14
This commit is contained in:
parent
9f6d605f85
commit
8fb1107d23
1 changed files with 2 additions and 2 deletions
|
|
@ -263,8 +263,8 @@ internal class TangemPayDetailsModel @Inject constructor(
|
|||
bottomSheetNavigation.activate(
|
||||
TangemPayDetailsNavigation.AddFunds(
|
||||
walletId = params.userWalletId,
|
||||
fiatBalance = currentBalance.fiatBalance,
|
||||
cryptoBalance = currentBalance.cryptoBalance,
|
||||
fiatBalance = currentBalance.availableForWithdrawal,
|
||||
cryptoBalance = currentBalance.availableForWithdrawal,
|
||||
depositAddress = depositAddress,
|
||||
chainId = params.config.chainId,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue