Skip to content

Commit

Permalink
ui: remove dead explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
handshake-enthusiast authored Feb 29, 2024
1 parent 0432158 commit 9380fc3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions app/constants/explorers.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,4 @@ export const EXPLORERS = [
name: 'https://e.hnsfans.com/name/%s',
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',
},
]

0 comments on commit 9380fc3

Please sign in to comment.