Updated on 2026-08-14

This commit is contained in:
Tangem 2019-11-05 13:59:41 +03:00
parent 6de00ea7a0
commit 1f94fe02c7

View file

@ -163,7 +163,7 @@ public class XlmAssetEngine extends CoinEngine {
@Override
public Uri getWalletExplorerUri() {
return Uri.parse("http://stellarchain.io/address/" + ctx.getCoinData().getWallet());
return Uri.parse("https://stellar.expert/explorer/public/account/" + ctx.getCoinData().getWallet());
}
@Override