We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243f81a commit 950b92aCopy full SHA for 950b92a
modules/statics/src/networks.ts
@@ -724,7 +724,7 @@ class Litecoin extends Mainnet implements UtxoNetwork {
724
name = 'Litecoin';
725
family = CoinFamily.LTC;
726
utxolibName = 'litecoin';
727
- explorerUrl = 'https://blockchair.com/litecoin/transaction/';
+ explorerUrl = 'https://litecoinspace.org/tx/';
728
}
729
730
class LitecoinTestnet extends Testnet implements UtxoNetwork {
0 commit comments