Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-20 15:36:13 +03:00
parent 660d00ffb2
commit c49b3a9176
6 changed files with 20 additions and 2 deletions

View file

@ -41,6 +41,7 @@ internal object TokenMarketListConverter : Converter<TokenMarketListResponse, To
),
tokenCharts = TokenMarket.Charts(h24 = null, week = null, month = null),
stakingRate = stakingRate,
updateTimestamp = value.timestamp,
)
}
return TokenMarketListWithMaxApy(tokens, value.summary?.maxApy)