Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-23 22:13:53 +04:00
parent 39303971df
commit 910be11531
12 changed files with 38 additions and 29 deletions

View file

@ -830,6 +830,7 @@ internal class TokenDetailsModel @Inject constructor(
getExplorerTransactionUrlUseCase(
txHash = txHash,
networkId = cryptoCurrency.network.id,
currency = cryptoCurrency,
).fold(
ifLeft = { Timber.e(it.toString()) },
ifRight = { router.openUrl(url = it) },