Skip to content

Commit

Permalink
Merge #310: Explorers: Add Namebrow.se
Browse files Browse the repository at this point in the history
d9e559b Namecoin: Explorers: Add Namebrow.se (Jeremy Rand)

Pull request description:

Top commit has no ACKs.
  • Loading branch information
Jeremy Rand committed Apr 24, 2022
2 parents 19ff892 + d9e559b commit 3a56875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electrum_nmc/electrum/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ def time_difference(distance_in_time, include_seconds):
mainnet_block_explorers = {
'Cyphrs.com': ('https://namecoin.cyphrs.com/',
{'tx': 'tx/', 'addr': 'address/'}),
'Namebrow.se (non-libre)': ('https://www.namebrow.se/',
{'tx': 'tx/', 'addr': 'address/'}),
'Namecha.in (non-libre; wiretapped by Cloudflare; discriminates against Tor)': ('https://namecha.in/',
{'tx': 'tx/', 'addr': 'address/'}),
'Bchain.info (non-libre; no name support)': ('https://bchain.info/NMC/',
Expand Down

0 comments on commit 3a56875

Please sign in to comment.