Skip to content

Commit

Permalink
Merge pull request #4662 from BitGo/BTC-1284-lightning-network-fix
Browse files Browse the repository at this point in the history
fix(statics): fix lightning network
  • Loading branch information
saravanan7mani authored Jun 25, 2024
2 parents fac1784 + ed0cf33 commit 7b1ec02
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 7b1ec02

Please sign in to comment.