From ba4a7f4e359151ed4cb74130d56a297e67e31480 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 6 Jun 2026 18:46:02 -0500 Subject: [PATCH] Add Me and MK as default campaign labelers --- src/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index e622fed9..ff52eb7b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -146,7 +146,10 @@ const hardcodedConfig: AppConfig = { imageProxy: 'https://wsrv.nl', lowBandwidthMode: false, curatorPubkey: '932614571afcbad4d17a191ee281e39eebbb41b93fac8fd87829622aeb112f4d', - labelers: ['932614571afcbad4d17a191ee281e39eebbb41b93fac8fd87829622aeb112f4d'], + labelers: [ + '0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd', + '932614571afcbad4d17a191ee281e39eebbb41b93fac8fd87829622aeb112f4d', + ], esploraApis: [ 'https://mempool.emzy.de/api', 'https://mempool.space/api',