From 9380fc350b0b1fbe9b7a7586125d1d9e0390a3c7 Mon Sep 17 00:00:00 2001 From: Handshake Enthusiast Date: Thu, 29 Feb 2024 21:17:56 +0300 Subject: [PATCH] ui: remove dead explorers --- app/constants/explorers.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app/constants/explorers.js b/app/constants/explorers.js index 0596fcde9..e93b2a178 100644 --- a/app/constants/explorers.js +++ b/app/constants/explorers.js @@ -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', - }, ]