Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-30 16:20:43 +04:00
parent 3920719b01
commit fcd16ea486
7 changed files with 51 additions and 5 deletions

View file

@ -25,6 +25,7 @@ internal object TokenMarketInfoConverter : Converter<TokenMarketInfoResponse, To
metrics = metrics?.convert(),
links = links?.convert(),
pricePerformance = pricePerformance?.convert(),
exchangesAmount = exchangesAmount,
)
}
}