Skip to content

Commit

Permalink
Made 3xpl lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
glais committed Aug 18, 2023
2 parents aab8b06 + ea32e95 commit 2d03e0e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions app/constants/explorers.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,21 @@ export const EXPLORERS = [
address: 'https://e.hnsfans.com/address/%s',
},
{
label: '3xpl',
tx: 'https://3xpl.com/handshake/transaction/%s',
name: 'https://3xpl.com/search?q=%s%2F',
address: 'https://3xpl.com/handshake/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 2d03e0e

Please sign in to comment.