Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-10 08:58:37 +03:00
parent 7d9da40464
commit 519f5332f1
23 changed files with 379 additions and 132 deletions

View file

@ -15,6 +15,7 @@ dependencies {
implementation(projects.domain.tokens.models)
implementation(projects.domain.wallets.models)
implementation(projects.domain.balanceHiding.models)
implementation(projects.domain.txhistory.models)
/** Tangem libraries */
implementation(deps.tangem.blockchain)