Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 18:40:36 +03:00
parent 2b09748877
commit 8a3843d87c
12 changed files with 79 additions and 50 deletions

View file

@ -99,7 +99,7 @@ internal object TokenMarketInfoConverter : Converter<TokenMarketInfoResponse, To
circulatingSupply = circulatingSupply,
marketCap = marketCap,
volume24h = volume24h,
totalSupply = totalSupply,
maxSupply = maxSupply,
fullyDilutedValuation = fullyDilutedValuation,
)
}