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