Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 16:38:13 +04:00
parent f5d9dab282
commit 2baf713fef
293 changed files with 369 additions and 377 deletions

View file

@ -16,7 +16,7 @@ dependencies {
/** Domain */
implementation(projects.domain.express.models)
implementation(projects.domain.wallets.models)
api(projects.domain.models)
implementation(projects.domain.tokens.models)
/** Other */

View file

@ -2,7 +2,7 @@ package com.tangem.domain.express
import com.tangem.domain.express.models.ExpressProvider
import com.tangem.domain.express.models.ExpressProviderType
import com.tangem.domain.wallets.models.UserWallet
import com.tangem.domain.models.wallet.UserWallet
/**
* Express repository