diff --git a/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/ResponseCryptoCurrenciesFactory.kt b/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/ResponseCryptoCurrenciesFactory.kt index aa21c01410..fd7493005d 100644 --- a/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/ResponseCryptoCurrenciesFactory.kt +++ b/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/ResponseCryptoCurrenciesFactory.kt @@ -92,6 +92,17 @@ class ResponseCryptoCurrenciesFactory { // [REDACTED_JIRA] Blockchain.Dischain, 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 else -> responseToken.name }