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",
"symbol": "ETH",
"networks": [

View file

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

View file

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

View file

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