Skip to content

Commit 4b893fb

Browse files
Merge pull request #5036 from BitGo/BTC-1561
2 parents d7284e8 + f66ed83 commit 4b893fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,15 @@ class LightningBitcoin extends Mainnet implements LightningNetwork {
278278
family = CoinFamily.LNBTC;
279279
utxolibName = 'bitcoin';
280280
explorerUrl = 'https://mempool.space/lightning';
281-
// TODO BTC-1423 - Currently dummy key is used here to unblock development. Replace with the actual public key once the ticket is done.
282-
lightningServicePubKey = '039c67c461dc751b32b983075210875c388bbb918d7b88c31e1a5a3164d693cf41';
281+
lightningServicePubKey = '0338508686f978ceffd7ce05404041b1a5b4f75a39bc92a6d355240ccc081f763e';
283282
}
284283

285284
class LightningBitcoinTestnet extends Testnet implements LightningNetwork {
286285
name = 'LightningBitcoinTestnet';
287286
family = CoinFamily.LNBTC;
288287
utxolibName = 'testnet';
289288
explorerUrl = 'https://mempool.space/testnet/lightning';
290-
// TODO BTC-1423 - Currently dummy key is used here to unblock development. Replace with the actual public key once the ticket is done.
291-
lightningServicePubKey = '03b6fe266b3f8ae110b877d942765e9cea9e82faf03cdbb6d0effe980b6371b9c2';
289+
lightningServicePubKey = '024055021db1e7f019ebb783ab0b0810c21a819207d4cb1ec4a6e2150ac07f1482';
292290
}
293291

294292
class Bitcoin extends Mainnet implements UtxoNetwork {

0 commit comments

Comments
 (0)