Updated on 2026-08-14
This commit is contained in:
parent
64fab92d06
commit
a2475a9b79
2 changed files with 3 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ fun WalletManagerFactory.makeWalletManagerForApp(
|
|||
createWalletManager(
|
||||
blockchain = environmentBlockchain,
|
||||
publicKey = publicKey,
|
||||
curve = wallet.curve,
|
||||
)
|
||||
}
|
||||
else -> {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue