Skip to content

Commit

Permalink
fix(statics): fix lightning network
Browse files Browse the repository at this point in the history
use testnet for testnet

TICKET: BTC-1284
  • Loading branch information
saravanan7mani committed Jun 25, 2024
1 parent fac1784 commit ed0cf33
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 @@ -270,7 +270,7 @@ class LightningBitcoin extends Mainnet implements LightningNetwork {
class LightningBitcoinTestnet extends Testnet implements LightningNetwork {
name = 'LightningBitcoinTestnet';
family = CoinFamily.LNBTC;
utxolibName = 'bitcoin';
utxolibName = 'testnet';
explorerUrl = 'https://mempool.space/testnet/lightning';
}

Expand Down

0 comments on commit ed0cf33

Please sign in to comment.