Updated on 2026-08-14

This commit is contained in:
Tangem 2019-10-16 11:36:33 +03:00
parent aa824b3dc6
commit 3f9507f1a7
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ public class XlmAssetEngine extends CoinEngine {
@Override
public Uri getWalletExplorerUri() {
return Uri.parse((ctx.getBlockchain() == Blockchain.Stellar ? "http://stellarchain.io/address/" : "http://testnet.stellarchain.io/address/") + ctx.getCoinData().getWallet());
return Uri.parse("http://stellarchain.io/address/" + ctx.getCoinData().getWallet());
}
@Override