Updated on 2026-08-14
This commit is contained in:
parent
7ae995bdd8
commit
dd9ad45d09
5 changed files with 8 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 82f4a8aebcab924047705ad3ecd5f008f07ca0b5
|
||||
Subproject commit 980cc4cb2fb9ba44cd6798191ae7d208e4f7f74c
|
||||
|
|
@ -146,6 +146,9 @@ internal class ConfigManagerImpl @Inject constructor() : ConfigManager {
|
|||
blockBookRest = accessTokens.bitcoin?.blockBookRest,
|
||||
),
|
||||
algorand = GetBlockAccessToken(rest = accessTokens.algorand?.rest),
|
||||
zkSync = GetBlockAccessToken(rest = accessTokens.zksync?.rest),
|
||||
polygonZkevm = GetBlockAccessToken(rest = accessTokens.polygonZkevm?.rest),
|
||||
base = GetBlockAccessToken(rest = accessTokens.base?.rest),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,9 @@ data class GetBlockAccessTokens(
|
|||
@Json(name = "dash") val dash: GetBlockToken?,
|
||||
@Json(name = "bitcoin") val bitcoin: GetBlockToken?,
|
||||
@Json(name = "algorand") val algorand: GetBlockToken?,
|
||||
@Json(name = "polygon-zkevm") val polygonZkevm: GetBlockToken?,
|
||||
@Json(name = "zksync") val zksync: GetBlockToken?,
|
||||
@Json(name = "base") val base: GetBlockToken?,
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
|
|
|
|||
|
|
@ -328,7 +328,6 @@ private const val NODL_AMOUNT_TO_CREATE_ACCOUNT = 1.5
|
|||
|
||||
private val excludedBlockchains = listOf(
|
||||
Blockchain.Unknown,
|
||||
Blockchain.Playa3ull,
|
||||
Blockchain.Nexa,
|
||||
Blockchain.NexaTestnet,
|
||||
Blockchain.Radiant,
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ leakcanary = "2.13"
|
|||
# endregion Other libraries
|
||||
|
||||
# region Tangem
|
||||
tangemBlockchainSdk = "release-app_5.9-582"
|
||||
tangemBlockchainSdk = "release-app_5.9-589"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "release-app_5.9-343"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue