Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-30 17:14:13 +03:00
commit b1fd059964

View file

@ -24,7 +24,7 @@ class GetExploreUrlUseCase(private val walletsManagersFacade: WalletManagersFaca
contractAddress = (currency as? CryptoCurrency.Token)?.contractAddress,
)
},
catch = { "" }
catch = { "" },
)
}
}