Skip to content

Commit 5940da3

Browse files
authored
Merge pull request #7324 from BitGo/BTC-2693
feat: update Litecoin explorer URL
2 parents f08d5eb + 950b92a commit 5940da3

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
@@ -724,7 +724,7 @@ class Litecoin extends Mainnet implements UtxoNetwork {
724724
name = 'Litecoin';
725725
family = CoinFamily.LTC;
726726
utxolibName = 'litecoin';
727-
explorerUrl = 'https://blockchair.com/litecoin/transaction/';
727+
explorerUrl = 'https://litecoinspace.org/tx/';
728728
}
729729

730730
class LitecoinTestnet extends Testnet implements UtxoNetwork {

0 commit comments

Comments
 (0)