Updated on 2026-08-14
This commit is contained in:
parent
294c7139ee
commit
fd29bcdc08
12 changed files with 29 additions and 23 deletions
|
|
@ -139,6 +139,7 @@ class MultiWalletMiddleware {
|
|||
return TokenDetailsArguments(
|
||||
currencyId = cryptoCurrency.id,
|
||||
currencyName = cryptoCurrency.name,
|
||||
currencySymbol = cryptoCurrency.symbol,
|
||||
iconUrl = cryptoCurrency.iconUrl,
|
||||
coinType = when (cryptoCurrency) {
|
||||
is CryptoCurrency.Coin -> TokenDetailsArguments.CoinType.Native
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue