Updated on 2026-08-14
This commit is contained in:
parent
e4d39da779
commit
acc9d0d92f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package com.tangem.wallet.tokenEmv
|
||||
|
||||
import android.net.Uri
|
||||
import android.text.InputFilter
|
||||
import android.util.Log
|
||||
import com.google.gson.Gson
|
||||
|
|
@ -108,6 +109,10 @@ class TokenEmvEngine : TokenEngine {
|
|||
return coinData.balanceInInternalUnits != null
|
||||
}
|
||||
|
||||
override fun getWalletExplorerUri(): Uri {
|
||||
return Uri.parse("https://ropsten.etherscan.io/token/" + getContractAddress(ctx.card) + "?a=" + ctx.coinData.wallet)
|
||||
}
|
||||
|
||||
override fun isExtractPossible(): Boolean {
|
||||
if (!hasBalanceInfo()) {
|
||||
ctx.setMessage(R.string.loaded_wallet_error_obtaining_blockchain_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue