Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-18 13:37:51 +03:00
parent cb795ebf3d
commit 3ac26a45b7
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ class TangemHotSDKProxy @Inject constructor() : TangemHotSdk {
override suspend fun changeAuth(unlockHotWallet: UnlockHotWallet, auth: HotAuth): HotWalletId =
callSdk { changeAuth(unlockHotWallet, auth) }
override suspend fun removeBiometryAuthIfPresented(id: HotWalletId): HotWalletId =
callSdk { removeBiometryAuthIfPresented(id) }
override suspend fun derivePublicKey(
unlockHotWallet: UnlockHotWallet,
request: DeriveWalletRequest,

View file

@ -11,7 +11,7 @@ tangemCardSdk = "develop-511"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
tangemVico = "2.0.0-alpha.25-tangem12"
#tangemVico = "0.0.1" # Keep it! - used for local builds ^
tangemHotSdk = "develop-454"
tangemHotSdk = "develop-461"
#tangemHotSdk = "0.0.1" # Keep it! - used for local builds ^