Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-19 12:10:24 +03:00
parent d5bf38687a
commit 7af70694ca
82 changed files with 121 additions and 115 deletions

View file

@ -25,7 +25,7 @@ dependencies {
implementation(projects.domain.wallets.models)
implementation(projects.domain.balanceHiding.models)
implementation(projects.domain.txhistory.models)
implementation(projects.domain.staking) // TODO staking create staking models module
implementation(projects.domain.staking.models)
/** Tangem libraries */
implementation(deps.tangem.blockchain)