Skip to content

Commit

Permalink
Merge pull request #5072 from BitGo/fix_xrp-explorer
Browse files Browse the repository at this point in the history
fix: xrp explorer link for testnet
  • Loading branch information
nayankjha authored Oct 28, 2024
2 parents e3ed2b7 + 37a6963 commit 664bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ class Xrp extends Mainnet implements AccountNetwork {
class XrpTestnet extends Testnet implements AccountNetwork {
name = 'XrpTestnet';
family = CoinFamily.XRP;
explorerUrl = 'https://test.bithomp.com/explorer/';
explorerUrl = 'https://test.xrplexplorer.com/explorer/';
}

class Xtz extends Mainnet implements AccountNetwork {
Expand Down

0 comments on commit 664bd96

Please sign in to comment.