From cadf0bd31074887c45eebb0612bf99edba596e23 Mon Sep 17 00:00:00 2001 From: Logen <79722764+btcforplebs@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:08:10 -0400 Subject: [PATCH] explorer add --- checklinks.js | 2 ++ public/index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/checklinks.js b/checklinks.js index 263b56e..58815c2 100644 --- a/checklinks.js +++ b/checklinks.js @@ -15,6 +15,8 @@ const links = [ "https://mint.btcforplebs.com", "https://cashu.btcforplebs.com", "https://live.btcforplebs.com", + "https://explorer.btcforplebs.com", + ]; // Optional: Only allow internal requests if you're not exposing this publicly diff --git a/public/index.html b/public/index.html index fc7c848..f83396f 100644 --- a/public/index.html +++ b/public/index.html @@ -43,6 +43,7 @@