Skip to content

Commit

Permalink
Added name to 3XPL and removed broken explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
glais committed Aug 18, 2023
1 parent c5fc0e0 commit 29048e6
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions app/constants/explorers.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,9 @@ export const EXPLORERS = [
address: 'https://e.hnsfans.com/address/%s',
},
{
label: 'Block Explorer',
tx: 'https://blockexplorer.com/txs/%s',
name: 'https://blockexplorer.com/names/%s',
address: 'https://blockexplorer.com/addrs/%s',
},
{
label: 'HNScan',
tx: 'https://hnscan.com/tx/%s',
name: 'https://hnscan.com/name/%s',
address: 'https://hnscan.com/address/%s',
},
{
label: 'Shake Scan',
tx: 'https://shakescan.com/transaction/%s',
name: 'https://shakescan.com/name/%s',
address: 'https://shakescan.com/address/%s',
},
{
label: '3XPL Handshake',
label: '3XPL',
tx: 'https://3xpl.com/handshake/transaction/%s',
name: 'https://3xpl.com/handshake/address/%s',
name: 'https://3xpl.com/search?q=%s%2F',
address: 'https://3xpl.com/handshake/address/%s',
},
]

0 comments on commit 29048e6

Please sign in to comment.