Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-25 15:41:52 +02:00
parent c5ded61ae1
commit 9bb78a305f
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ class DefaultWalletManagersFacade(
private val txHistoryStateConverter by lazy { SdkTransactionHistoryStateConverter() }
private val txHistoryItemConverter by lazy { SdkTransactionHistoryItemConverter(assetReader, moshi) }
private val sdkPageConverter by lazy { SdkPageConverter() }
private val estimationFeeAddressFactory by lazy { EstimationFeeAddressFactory(mnemonic) }
private val estimationFeeAddressFactory by lazy { EstimationFeeAddressFactory() }
override suspend fun update(
userWalletId: UserWalletId,

View file

@ -86,7 +86,7 @@ room = "2.6.1"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "develop-603"
tangemBlockchainSdk = "develop-609"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-346"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^