File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -878,8 +878,8 @@ var (
878
878
ChainDNSSeeds = map [chainhash.Hash ][][2 ]string {
879
879
BitcoinMainnetGenesis : {
880
880
{
881
- "nodes.lightning.directory " ,
882
- "soa.nodes.lightning.directory " ,
881
+ "nodes.lightning.wiki " ,
882
+ "soa.nodes.lightning.wiki " ,
883
883
},
884
884
{
885
885
"lseed.bitcoinstats.com" ,
@@ -888,14 +888,22 @@ var (
888
888
889
889
BitcoinTestnetGenesis : {
890
890
{
891
- "test.nodes.lightning.directory" ,
892
- "soa.nodes.lightning.directory" ,
891
+ "test.nodes.lightning.wiki" ,
892
+ "soa.nodes.lightning.wiki" ,
893
+ },
894
+ },
895
+
896
+ BitcoinTestnet4Genesis : {
897
+ {
898
+ "test4.nodes.lightning.wiki" ,
899
+ "soa.nodes.lightning.wiki" ,
893
900
},
894
901
},
895
902
896
903
BitcoinSignetGenesis : {
897
904
{
898
- "ln.signet.secp.tech" ,
905
+ "signet.nodes.lightning.wiki" ,
906
+ "soa.nodes.lightning.wiki" ,
899
907
},
900
908
},
901
909
}
You can’t perform that action at this time.
0 commit comments