Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-05 15:08:44 +03:00
parent 6a360fe95b
commit af657b67fc
2 changed files with 1 additions and 3 deletions

View file

@ -88,7 +88,7 @@ markdown = "0.7.2"
# endregion Other libraries
# region Tangem
tangemBlockchainSdk = "develop-713"
tangemBlockchainSdk = "develop-720"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "develop-375"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^

View file

@ -351,7 +351,5 @@ private val excludedBlockchains = listOf(
Blockchain.Unknown,
Blockchain.Nexa,
Blockchain.NexaTestnet,
Blockchain.Mantle,
Blockchain.MantleTestnet,
Blockchain.Filecoin,
)