Update testnet block explorer

This commit is contained in:
likho 2023-07-27 13:20:19 +02:00
parent 7061c3c40b
commit e8b91c5287

View file

@ -61,7 +61,7 @@ Uri getDefaultBlockExplorerUrlFor({
case Coin.banano:
return Uri.parse("https://www.bananolooker.com/block/$txid");
case Coin.stellarTestnet:
return Uri.parse("https://horizon-testnet.stellar.org/transactions/$txid");
return Uri.parse("https://testnet.stellarchain.io/transactions/$txid");
}
}