Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-24 14:58:52 +03:00
parent 0c1c03c266
commit d9092549aa
13 changed files with 413 additions and 28 deletions

View file

@ -22,6 +22,7 @@ class MockCryptoCurrencyFactory(private val userWallet: UserWallet.Cold = defaul
private val factory = CryptoCurrencyFactory(excludedBlockchains = ExcludedBlockchains())
val bitcoin by lazy { createCoin(Blockchain.Bitcoin) }
val cardano by lazy { createCoin(blockchain = Blockchain.Cardano) }
val chia by lazy { createCoin(Blockchain.Chia) }
val ethereum by lazy { createCoin(Blockchain.Ethereum) }