From 22befce4e6b0bf5919fe0ef00022028fb45e585e Mon Sep 17 00:00:00 2001 From: Xavier Fiechter <31884704+xavierfiechter@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:34:32 +0200 Subject: [PATCH] Added labelbase.space PushTX instance, but .. I'm not sure if you accept community instances at this point. --- shared/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/actions.py b/shared/actions.py index 9111c7a6..45949228 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -2202,6 +2202,7 @@ PUSHTX_SUPPLIERS = [ ('coldcard.com', 'https://coldcard.com/pushtx#' ), # from https://github.com/mempool/mempool/pull/5132 ('mempool.space', 'https://mempool.space/pushtx#' ), + ('labelbase.space', 'https://labelbase.space/pushtx#' ), ] async def pushtx_setup_menu(*a):