Updated on 2026-08-14
This commit is contained in:
parent
0c1c03c266
commit
d9092549aa
13 changed files with 413 additions and 28 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue