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