Updated on 2026-08-14
This commit is contained in:
parent
b1ce90e04e
commit
6a85252217
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue