File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
285284class 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
294292class Bitcoin extends Mainnet implements UtxoNetwork {
You can’t perform that action at this time.
0 commit comments