Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-21 18:46:14 +05:00
parent 4032144c95
commit bcd686fb41
2 changed files with 2 additions and 1 deletions

View file

@ -201,6 +201,7 @@ class DefaultWalletManagersFacade(
val itemsResult = walletManager.getTransactionsHistory(
request = TransactionHistoryRequest(
address = walletManager.wallet.address,
decimals = currency.decimals,
page = TransactionHistoryRequest.Page(number = page, size = pageSize),
filterType = when (currency) {
is CryptoCurrency.Coin -> TransactionHistoryRequest.FilterType.Coin

View file

@ -88,7 +88,7 @@ spr-client = "3.6.2"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "develop-387"
tangemBlockchainSdk = "develop-393"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-310"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds