From d0aaff3021ae121fd4a6d112ce3053868798054d Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 20 Aug 2024 15:18:15 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../data/tokens/utils/QuotesUnsupportedCurrenciesIdAdapter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/QuotesUnsupportedCurrenciesIdAdapter.kt b/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/QuotesUnsupportedCurrenciesIdAdapter.kt index c3600a3053..5ae6618a2c 100644 --- a/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/QuotesUnsupportedCurrenciesIdAdapter.kt +++ b/data/tokens/src/main/kotlin/com/tangem/data/tokens/utils/QuotesUnsupportedCurrenciesIdAdapter.kt @@ -60,6 +60,7 @@ internal class QuotesUnsupportedCurrenciesIdAdapter { Blockchain.Aurora.toCoinId() to ethCoinId, Blockchain.Base.toCoinId() to ethCoinId, Blockchain.Blast.toCoinId() to ethCoinId, + Blockchain.Cyber.toCoinId() to ethCoinId, ) } } \ No newline at end of file