From cd6ebdfcf41a29441f9b04bc949977bf95d8425c Mon Sep 17 00:00:00 2001 From: Elizabeth Wandia Mugo Date: Sat, 26 Jul 2025 10:25:04 +0300 Subject: [PATCH 1/2] Add 1ML link --- lngal_data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lngal_data.json b/lngal_data.json index 4f1c46b..24a82ca 100644 --- a/lngal_data.json +++ b/lngal_data.json @@ -458,7 +458,12 @@ { "project_name": "1ML", "project_level": "Lightning Network Explorer", - "links": [], + "links": [ + { + "type": "Website", + "url": "https://1ml.com/" + } + ], "tags": ["Comprehensive", "Explorer"] }, { From d44d8266d9ca69dc96ab5214d5617a18c3bb80b2 Mon Sep 17 00:00:00 2001 From: Elizabeth Wandia Mugo Date: Sat, 26 Jul 2025 10:26:48 +0300 Subject: [PATCH 2/2] Add Mempool Space link --- lngal_data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lngal_data.json b/lngal_data.json index 24a82ca..af3bfd0 100644 --- a/lngal_data.json +++ b/lngal_data.json @@ -487,7 +487,12 @@ { "project_name": "Mempool Lightning Explorer", "project_level": "Bitcoin and Lightning Explorer", - "links": [], + "links": [ + { + "type": "Website", + "url": "https://mempool.space/lightning" + } + ], "tags": ["Explorer", "Combined View"] } ]