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.
1 parent 0ef9228 commit 0e70c6aCopy full SHA for 0e70c6a
modules/statics/src/networks.ts
@@ -331,10 +331,8 @@ class LightningBitcoin extends Mainnet implements LightningNetwork {
331
utxolibName = 'bitcoin';
332
explorerUrl = 'https://mempool.space/lightning';
333
lightningServicePubKey = '0338508686f978ceffd7ce05404041b1a5b4f75a39bc92a6d355240ccc081f763e';
334
- // TODO - BTC-2202
335
- middlewarePubKey = '';
336
- // TODO - BTC-2211
337
- tatPubKey = '';
+ middlewarePubKey = '020d52f6458b17b565bc03516568d1a65c8cbd131ce03f2207567e4cd3322e82f3';
+ tatPubKey = '03953da20068c096858d3cca60f8c5b0e5a2f5d0383ecf9b6ab392d71e4f3e72df';
338
}
339
340
class LightningBitcoinTestnet extends Testnet implements LightningNetwork {
0 commit comments