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

@ -122,6 +122,7 @@ internal class DefaultWalletRouter(private val reduxNavController: ReduxNavContr
coinType = when (currency) {
is CryptoCurrency.Coin -> TokenDetailsArguments.CoinType.Native
is CryptoCurrency.Token -> TokenDetailsArguments.CoinType.Token(
isCustom = currency.isCustom,
standardName = currency.network.standardType.name,
networkName = currency.network.name,
networkIcon = currency.networkIconResId,