Updated on 2026-08-14
This commit is contained in:
parent
f347cb2c8c
commit
fef9d0f593
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f859554840df30c25a8fe266de2db7ef71cf5652
|
||||
Subproject commit f1aa2f2cbf374ecba5da753d9f51c9df81749ef2
|
||||
|
|
@ -87,7 +87,7 @@ markdownComposeView = "0.5.4"
|
|||
# endregion Other libraries
|
||||
|
||||
# region Tangem
|
||||
tangemBlockchainSdk = "release-app_5.18-873"
|
||||
tangemBlockchainSdk = "release-app_5.18-874"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "release-app_5.18-408"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ fun createPrivateProviderType(name: String): ProviderType? {
|
|||
"tangemRosetta" -> ProviderType.Cardano.Rosetta
|
||||
"fireAcademy" -> ProviderType.Chia.FireAcademy
|
||||
"tangemChia" -> ProviderType.Chia.Tangem
|
||||
"tangemChia3" -> ProviderType.Chia.TangemNew
|
||||
"infura" -> ProviderType.EthereumLike.Infura
|
||||
"getblock" -> ProviderType.GetBlock
|
||||
"arkhiaHedera" -> ProviderType.Hedera.Arkhia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue