Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-07 13:27:35 +04:00
parent dec5075374
commit 2f2dec3b67
4 changed files with 4 additions and 3 deletions

View file

@ -610,7 +610,7 @@
] ]
}, },
{ {
"id": "aurora-near", "id": "aurora-ethereum",
"name": "Aurora Testnet", "name": "Aurora Testnet",
"symbol": "ETH", "symbol": "ETH",
"networks": [ "networks": [

View file

@ -51,6 +51,7 @@ internal class QuotesUnsupportedCurrenciesIdAdapter {
private val UNSUPPORTED_IDS_WITH_REPLACEMENTS = mapOf( private val UNSUPPORTED_IDS_WITH_REPLACEMENTS = mapOf(
"optimistic-ethereum" to "ethereum", "optimistic-ethereum" to "ethereum",
"arbitrum-one" to "ethereum", "arbitrum-one" to "ethereum",
"aurora-ethereum" to "ethereum",
) )
} }
} }

View file

@ -246,7 +246,7 @@ fun Blockchain.toCoinId(): String {
Blockchain.Unknown -> "unknown" Blockchain.Unknown -> "unknown"
Blockchain.Hedera -> "hedera-hashgraph" Blockchain.Hedera -> "hedera-hashgraph"
Blockchain.HederaTestnet -> "hedera-hashgraph/test" Blockchain.HederaTestnet -> "hedera-hashgraph/test"
Blockchain.Aurora, Blockchain.AuroraTestnet -> "aurora-near" Blockchain.Aurora, Blockchain.AuroraTestnet -> "aurora-ethereum"
Blockchain.Areon, Blockchain.AreonTestnet -> "areon-network" Blockchain.Areon, Blockchain.AreonTestnet -> "areon-network"
Blockchain.PulseChain, Blockchain.PulseChainTestnet -> "pulsechain" Blockchain.PulseChain, Blockchain.PulseChainTestnet -> "pulsechain"
} }

View file

@ -85,7 +85,7 @@ web3j = "4.10.1"
# endregion Other libraries # endregion Other libraries
# region Tangem # region Tangem
tangemBlockchainSdk = "release-app_5.8-515" tangemBlockchainSdk = "release-app_5.8-518"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds #tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_5.8-333" tangemCardSdk = "release-app_5.8-333"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^ #tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^