From 12d9758d7b51d284f82a2d49f08c16e1d15985d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=E3=82=A6=E3=82=A8=E3=83=8F?= <1288356+NetOpWibby@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:08:44 -0700 Subject: [PATCH] Adds Cymon's HNS Explorer to blockchain explorer dropdown --- app/constants/explorers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/constants/explorers.js b/app/constants/explorers.js index 0596fcde9..3cf593431 100644 --- a/app/constants/explorers.js +++ b/app/constants/explorers.js @@ -1,4 +1,10 @@ export const EXPLORERS = [ + { + 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: 'HNS Network', tx: 'https://hnsnetwork.com/txs/%s',