@@ -75,6 +75,7 @@ export const lndWalletBalance: LND.WalletBalanceResponse.AsObject = {
75
75
totalBalance : 84992363 ,
76
76
confirmedBalance : 84992363 ,
77
77
unconfirmedBalance : 0 ,
78
+ accountBalanceMap : [ ] ,
78
79
} ;
79
80
80
81
const txId = '6ee4e45870ac6191e25173f29804851e9f4bcf10f65f8b63100f488989e1e7a8' ;
@@ -334,12 +335,14 @@ export const loopOutQuote: LOOP.OutQuoteResponse.AsObject = {
334
335
prepayAmtSat : 1337 ,
335
336
swapFeeSat : 83 ,
336
337
swapPaymentDest : 'Au1a9/hEsbxHUOwFC1QwxZq6EnnKYtpAdc74OZK8/syU' ,
338
+ confTarget : 6 ,
337
339
} ;
338
340
339
341
export const loopInQuote : LOOP . InQuoteResponse . AsObject = {
340
342
cltvDelta : 50 ,
341
343
htlcPublishFeeSat : 7387 ,
342
344
swapFeeSat : 83 ,
345
+ confTarget : 6 ,
343
346
} ;
344
347
345
348
export const loopSwapResponse : LOOP . SwapResponse . AsObject = {
@@ -470,6 +473,8 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
470
473
leaseDurationBlocks : 2016 ,
471
474
version : 1 ,
472
475
minNodeTier : 1 ,
476
+ selfChanBalance : 0 ,
477
+ sidecarTicket : '' ,
473
478
} ,
474
479
{
475
480
details : {
@@ -489,6 +494,8 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
489
494
leaseDurationBlocks : 2016 ,
490
495
version : 1 ,
491
496
minNodeTier : 1 ,
497
+ selfChanBalance : 0 ,
498
+ sidecarTicket : '' ,
492
499
} ,
493
500
{
494
501
details : {
@@ -508,6 +515,8 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
508
515
leaseDurationBlocks : 2016 ,
509
516
version : 1 ,
510
517
minNodeTier : 1 ,
518
+ selfChanBalance : 0 ,
519
+ sidecarTicket : '' ,
511
520
} ,
512
521
{
513
522
details : {
@@ -527,6 +536,8 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
527
536
leaseDurationBlocks : 2016 ,
528
537
version : 1 ,
529
538
minNodeTier : 1 ,
539
+ selfChanBalance : 0 ,
540
+ sidecarTicket : '' ,
530
541
} ,
531
542
] ,
532
543
} ;
@@ -695,6 +706,8 @@ export const poolLeases: POOL.LeasesResponse.AsObject = {
695
706
purchased : false ,
696
707
channelRemoteNodeKey : 'ArW+q/+aS+teUy/E6TgVgVZ2sQ9wX/YJBbwH6if4SuLA' ,
697
708
channelNodeTier : 1 ,
709
+ selfChanBalance : 0 ,
710
+ sidecarChannel : false ,
698
711
} ,
699
712
{
700
713
channelPoint : stringToChannelPoint ( lndListChannels . channelsList [ 6 ] . channelPoint ) ,
@@ -710,6 +723,8 @@ export const poolLeases: POOL.LeasesResponse.AsObject = {
710
723
purchased : false ,
711
724
channelRemoteNodeKey : 'A9L6+xEwFa2vULND3YYfdoCQwHqlzE5UyLvvQ+gfapg+' ,
712
725
channelNodeTier : 1 ,
726
+ selfChanBalance : 0 ,
727
+ sidecarChannel : false ,
713
728
} ,
714
729
{
715
730
channelPoint : stringToChannelPoint ( lndListChannels . channelsList [ 7 ] . channelPoint ) ,
@@ -725,6 +740,8 @@ export const poolLeases: POOL.LeasesResponse.AsObject = {
725
740
purchased : true ,
726
741
channelRemoteNodeKey : 'A9L6+xEwFa2vULND3YYfdoCQwHqlzE5UyLvvQ+gfapg+' ,
727
742
channelNodeTier : 1 ,
743
+ selfChanBalance : 0 ,
744
+ sidecarChannel : false ,
728
745
} ,
729
746
{
730
747
channelPoint : stringToChannelPoint ( lndListChannels . channelsList [ 8 ] . channelPoint ) ,
@@ -740,6 +757,8 @@ export const poolLeases: POOL.LeasesResponse.AsObject = {
740
757
purchased : true ,
741
758
channelRemoteNodeKey : 'ArW+q/+aS+teUy/E6TgVgVZ2sQ9wX/YJBbwH6if4SuLA' ,
742
759
channelNodeTier : 1 ,
760
+ selfChanBalance : 0 ,
761
+ sidecarChannel : false ,
743
762
} ,
744
763
{
745
764
channelPoint : stringToChannelPoint ( lndListChannels . channelsList [ 9 ] . channelPoint ) ,
@@ -755,6 +774,8 @@ export const poolLeases: POOL.LeasesResponse.AsObject = {
755
774
purchased : true ,
756
775
channelRemoteNodeKey : 'A9L6+xEwFa2vULND3YYfdoCQwHqlzE5UyLvvQ+gfapg+' ,
757
776
channelNodeTier : 1 ,
777
+ selfChanBalance : 0 ,
778
+ sidecarChannel : false ,
758
779
} ,
759
780
] ,
760
781
totalAmtEarnedSat : 29997 ,
0 commit comments