Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-06 15:29:34 +02:00
parent 3a95fbcfb5
commit 56dddbad43

View file

@ -92,6 +92,17 @@ class ResponseCryptoCurrenciesFactory {
// [REDACTED_JIRA] // [REDACTED_JIRA]
Blockchain.Dischain, Blockchain.Dischain,
Blockchain.Arbitrum, Blockchain.Arbitrum,
Blockchain.ArbitrumTestnet,
Blockchain.Aurora,
Blockchain.AuroraTestnet,
Blockchain.Manta,
Blockchain.MantaTestnet,
Blockchain.ZkSyncEra,
Blockchain.ZkSyncEraTestnet,
Blockchain.PolygonZkEVM,
Blockchain.PolygonZkEVMTestnet,
Blockchain.Base,
Blockchain.BaseTestnet,
-> this.fullName -> this.fullName
else -> responseToken.name else -> responseToken.name
} }