Skip to content

Commit 664bd96

Browse files
authored
Merge pull request #5072 from BitGo/fix_xrp-explorer
fix: xrp explorer link for testnet
2 parents e3ed2b7 + 37a6963 commit 664bd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ class Xrp extends Mainnet implements AccountNetwork {
890890
class XrpTestnet extends Testnet implements AccountNetwork {
891891
name = 'XrpTestnet';
892892
family = CoinFamily.XRP;
893-
explorerUrl = 'https://test.bithomp.com/explorer/';
893+
explorerUrl = 'https://test.xrplexplorer.com/explorer/';
894894
}
895895

896896
class Xtz extends Mainnet implements AccountNetwork {

0 commit comments

Comments
 (0)