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',