Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-13 20:54:41 +04:00
commit b74f81930d
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ object VisaUtilities {
fun generateAddressFromExtendedKey(extendedPublicKey: ExtendedPublicKey): String {
val derivationData = visaBlockchain.makeAddressesFromExtendedPublicKey(
extendedPublicKey = extendedPublicKey,
rawPath = null, // if null, the function will use default derivation path for the blockchain
cachedIndex = null,
)
return derivationData.address

View file

@ -5,7 +5,7 @@
# https://github.com/tangem/tangem-sdk-android/
# https://github.com/tangem/vico
tangemBlockchainSdk = "releases-5.37-1494"
tangemBlockchainSdk = "releases-5.37-1508"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "releases-5.37-603"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^