Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-07 16:02:16 +04:00
parent cb6fdddcde
commit 1ed65c48cc
28 changed files with 172 additions and 266 deletions

View file

@ -140,7 +140,7 @@ internal class AccountsViewModel @Inject constructor(
// It's temporary solution to create main account for testing purposes
val accountList = AccountList(
userWallet = userWallet,
userWalletId = userWallet.walletId,
accounts = setOf(
Account.CryptoPortfolio.createMainAccount(userWallet.walletId).copy(
accountName = AccountName.invoke(value = "Main Account").getOrNull()!!,