Updated on 2026-08-14
This commit is contained in:
parent
6a85252217
commit
e51166ed30
1 changed files with 2 additions and 0 deletions
|
|
@ -159,9 +159,11 @@ internal class SwapRepositoryImpl @Inject constructor(
|
|||
}
|
||||
is Currency.NonNativeToken -> {
|
||||
val sdkToken = SdkToken(
|
||||
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