Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-29 12:15:24 +03:00
parent 64fab92d06
commit a2475a9b79
2 changed files with 3 additions and 2 deletions

View file

@ -61,6 +61,7 @@ fun WalletManagerFactory.makeWalletManagerForApp(
createWalletManager(
blockchain = environmentBlockchain,
publicKey = publicKey,
curve = wallet.curve,
)
}
else -> {

View file

@ -80,9 +80,9 @@ okHttp-prettyLogging = "3.1.0"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "release-app_4.10-336"
tangemBlockchainSdk = "develop-337"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_4.10-292"
tangemCardSdk = "develop-293"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds
# endregion Tangem