Updated on 2026-08-14
This commit is contained in:
parent
3ce7ca5a26
commit
40058e8330
2 changed files with 14 additions and 6 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue