Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-15 11:17:35 +05:00
parent 3ce7ca5a26
commit 40058e8330
2 changed files with 14 additions and 6 deletions

View file

@ -72,7 +72,7 @@ internal class TokenMarketInfoConverter(
TokenMarketInfo.Network(
networkId = network.networkId,
exchangeable = network.exchangeable,
contractAddress = network.contractAddress,
contractAddress = blockchain.reformatContractAddress(network.contractAddress),
decimalCount = network.decimalCount,
)
}