Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-22 16:50:08 +03:00
parent b1ce90e04e
commit 6a85252217

View file

@ -96,6 +96,7 @@ class DerivationManagerImpl(
derivationPath = derivationPath,
derivationStyleProvider = derivationStyleProvider,
)
continuation.resumeWith(Result.success(derivationPath))
}
} else {
val blockchainNetwork = BlockchainNetwork(blockchain, scanResponse.derivationStyleProvider)
@ -191,9 +192,11 @@ class DerivationManagerImpl(
}
is NonNativeToken -> {
val sdkToken = Token(
name = currency.name,
symbol = currency.symbol,
contractAddress = currency.contractAddress,
decimals = currency.decimalCount,
id = currency.id,
)
cryptoCurrencyFactory.createToken(
sdkToken = sdkToken,