From 6336e73e664dc62f536effd2d7538cf5ded9ce16 Mon Sep 17 00:00:00 2001 From: befranz <46194732+befranz@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:16:10 +0100 Subject: [PATCH] Adding HNS Explorer as Blockchain Explorer --- app/constants/explorers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/constants/explorers.js b/app/constants/explorers.js index 0596fcde9..4a0e33bb2 100644 --- a/app/constants/explorers.js +++ b/app/constants/explorers.js @@ -5,6 +5,12 @@ export const EXPLORERS = [ name: 'https://hnsnetwork.com/names/%s', address: 'https://hnsnetwork.com/address/%s', }, + { + label: 'HNS Explorer', + tx: 'https://hns.cymon.de/tx/%s', + name: 'https://hns.cymon.de/name/%s', + address: 'https://hns.cymon.de/address/%s', + }, { label: 'Niami', tx: 'https://www.niami.io/tx/%s',