Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-04 14:16:10 +03:00
parent 0fdcdda8d5
commit f58543481d
8 changed files with 55 additions and 25 deletions

View file

@ -21,8 +21,10 @@ dependencies {
/** Domain modules */
implementation(projects.domain.tokens.models)
implementation(projects.domain.staking)
implementation(projects.domain.wallets)
implementation(projects.domain.wallets.models)
implementation(projects.domain.legacy)
implementation(projects.domain.models)
/** Feature Api modules */
implementation(projects.features.staking.api)
@ -39,8 +41,8 @@ dependencies {
implementation(deps.moshi)
implementation(deps.moshi.kotlin)
implementation(projects.libs.blockchainSdk)
implementation(projects.libs.crypto)
implementation(deps.tangem.card.core)
implementation(deps.tangem.blockchain) {