Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-06 18:53:34 +05:00
parent fc92be4f76
commit da84942643
11 changed files with 24 additions and 6 deletions

View file

@ -66,7 +66,7 @@ internal class ManagedCryptoCurrencyFactory(
createSource(
networkId = network.id,
contractAddress = network.address,
decimals = network.decimalCount ?: return@mapNotNull null,
decimals = network.decimalCount,
scanResponse = scanResponse,
)
} ?: emptyList(),