Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-29 12:40:50 +05:00
parent fd29bcdc08
commit 187218cf03
7 changed files with 16 additions and 6 deletions

View file

@ -144,6 +144,7 @@ class MultiWalletMiddleware {
coinType = when (cryptoCurrency) {
is CryptoCurrency.Coin -> TokenDetailsArguments.CoinType.Native
is CryptoCurrency.Token -> TokenDetailsArguments.CoinType.Token(
isCustom = cryptoCurrency.isCustom,
standardName = cryptoCurrency.network.standardType.name,
networkName = cryptoCurrency.network.name,
networkIcon = cryptoCurrency.networkIconResId,