Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-14 19:14:27 +05:00
parent b9db5dce07
commit b70e35aa53
6 changed files with 46 additions and 7 deletions

View file

@ -8,7 +8,7 @@ import com.tangem.domain.demo.DemoConfig
import com.tangem.domain.models.scan.ScanResponse
import com.tangem.domain.tokens.model.CryptoCurrency
internal class CardCryptoCurrenciesFactory(private val demoConfig: DemoConfig) {
class CardCryptoCurrenciesFactory(private val demoConfig: DemoConfig) {
private val cryptoCurrencyFactory = CryptoCurrencyFactory()