Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-20 15:38:36 +03:00
parent 73ca4410e1
commit ab22a6c131
13 changed files with 191 additions and 67 deletions

View file

@ -98,6 +98,7 @@ internal class DefaultMarketsTokenRepository(
data = tokenMarketListWithMaxApy.tokens,
last = isLast,
empty = res.tokens.isEmpty(),
total = res.total,
)
}
},