@@ -36,6 +36,7 @@ const struct chainparams networks[] = {
36
36
0x5a , 0x08 , 0x9c , 0x68 , 0xd6 , 0x19 , 0x00 ,
37
37
0x00 , 0x00 , 0x00 , 0x00 }}}},
38
38
.rpc_port = 8332 ,
39
+ .ln_port = 9735 ,
39
40
.cli = "bitcoin-cli" ,
40
41
.cli_args = NULL ,
41
42
.cli_min_supported_version = 150000 ,
@@ -67,6 +68,7 @@ const struct chainparams networks[] = {
67
68
0x33 , 0x2a , 0x1f , 0xc7 , 0xb2 , 0xb7 , 0x3c ,
68
69
0xf1 , 0x88 , 0x91 , 0x0f }}}},
69
70
.rpc_port = 18443 ,
71
+ .ln_port = 9735 ,
70
72
.cli = "bitcoin-cli" ,
71
73
.cli_args = "-regtest" ,
72
74
.cli_min_supported_version = 150000 ,
@@ -92,6 +94,7 @@ const struct chainparams networks[] = {
92
94
0x2c , 0x42 , 0x25 , 0xe9 , 0x73 , 0x98 , 0x81 ,
93
95
0x08 , 0x00 , 0x00 , 0x00 }}}},
94
96
.rpc_port = 38332 ,
97
+ .ln_port = 39735 ,
95
98
.cli = "bitcoin-cli" ,
96
99
.cli_args = "-signet" ,
97
100
.cli_min_supported_version = 150000 ,
@@ -115,6 +118,7 @@ const struct chainparams networks[] = {
115
118
0xe9 , 0x0e , 0xad , 0x01 , 0xea , 0x33 , 0x09 ,
116
119
0x00 , 0x00 , 0x00 , 0x00 }}}},
117
120
.rpc_port = 18332 ,
121
+ .ln_port = 19735 ,
118
122
.cli = "bitcoin-cli" ,
119
123
.cli_args = "-testnet" ,
120
124
.cli_min_supported_version = 150000 ,
@@ -138,6 +142,7 @@ const struct chainparams networks[] = {
138
142
0x1e , 0xda , 0xba , 0x59 , 0x40 , 0xfd , 0x1f ,
139
143
0xe3 , 0x65 , 0xa7 , 0x12 }}}},
140
144
.rpc_port = 9332 ,
145
+ .ln_port = 9735 ,
141
146
.cli = "litecoin-cli" ,
142
147
.cli_args = NULL ,
143
148
.cli_min_supported_version = 150000 ,
@@ -162,6 +167,7 @@ const struct chainparams networks[] = {
162
167
0x13 , 0xee , 0xfd , 0xd9 , 0x51 , 0x28 , 0x4b ,
163
168
0x5a , 0x62 , 0x66 , 0x49 }}}},
164
169
.rpc_port = 19332 ,
170
+ .ln_port = 9735 ,
165
171
.cli = "litecoin-cli" ,
166
172
.cli_args = "-testnet" ,
167
173
.cli_min_supported_version = 150000 ,
@@ -186,6 +192,7 @@ const struct chainparams networks[] = {
186
192
0xfe , 0x14 , 0x68 , 0x01 , 0x16 , 0x23 , 0x93 ,
187
193
0x36 , 0x42 , 0x86 , 0xc6 }}}},
188
194
.rpc_port = 19332 ,
195
+ .ln_port = 9735 ,
189
196
.cli = "elements-cli" ,
190
197
.cli_args = "-chain=liquid-regtest" ,
191
198
.dust_limit = {546 },
@@ -209,6 +216,7 @@ const struct chainparams networks[] = {
209
216
0x68 , 0x8d , 0x2c , 0x37 , 0x92 , 0x96 , 0x88 ,
210
217
0x8a , 0x20 , 0x60 , 0x03 }}}},
211
218
.rpc_port = 7041 ,
219
+ .ln_port = 9735 ,
212
220
.cli = "elements-cli" ,
213
221
.cli_args = "-chain=liquidv1" ,
214
222
.dust_limit = {546 },
@@ -261,4 +269,3 @@ const char *chainparams_get_network_names(const tal_t *ctx)
261
269
tal_append_fmt (& networks_string , ", %s" , networks [i ].network_name );
262
270
return networks_string ;
263
271
}
264
-
0 commit comments