Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-16 16:20:48 +05:00
parent 9bd372d0af
commit fc93f3649c
7 changed files with 79 additions and 10 deletions

View file

@ -42,6 +42,7 @@ dependencies {
implementation(projects.domain.tokens)
implementation(projects.domain.transaction.models)
implementation(projects.domain.transaction)
implementation(projects.domain.yieldSupply)
/** Compose */
implementation(deps.compose.foundation)