Updated on 2026-08-14
This commit is contained in:
parent
fc92be4f76
commit
da84942643
11 changed files with 24 additions and 6 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue