Skip to content

Commit

Permalink
Adds Cymon's HNS Explorer to blockchain explorer dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
NetOpWibby authored Jul 2, 2024
1 parent 0432158 commit 12d9758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/constants/explorers.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 12d9758

Please sign in to comment.