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.
2 parents f08d5eb + 950b92a commit 5940da3Copy full SHA for 5940da3
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