5 changed files with 58 additions and 6 deletions
@ -0,0 +1,50 @@ |
|||
// TODO: add at least 2 explorers per coin
|
|||
|
|||
const explorerList = { |
|||
KMD: 'http://www.kmdexplorer.ru', |
|||
MSHARK: 'http://MSHARK.explorer.supernet.org', |
|||
REVS: 'http://revs.explorer.supernet.org', |
|||
SUPERNET: 'http://SUPERNET.explorer.supernet.org', |
|||
DEX: 'http://DEX.explorer.supernet.org', |
|||
PANGEA: 'http://PANGEA.explorer.supernet.org', |
|||
JUMBLR: 'http://JUMBLR.explorer.supernet.org', |
|||
BET: 'http://BET.explorer.supernet.org', |
|||
CRYPTO: 'http://CRYPTO.explorer.supernet.org', |
|||
HODL: 'http://HODL.explorer.supernet.org', |
|||
SHARK: 'http://SHARK.explorer.supernet.org', |
|||
BOTS: 'http://BOTS.explorer.supernet.org', |
|||
MGW: 'http://MGW.explorer.supernet.org', |
|||
WLC: 'http://WIRELESS.explorer.supernet.org', |
|||
CHIPS: 'http://CHIPS1.explorer.supernet.org', |
|||
COQUI: 'https://explorer.coqui.cash', |
|||
MNZ: 'https://www.mnzexplorer.com', |
|||
BTCH: 'http://www.btch.host', |
|||
BTC: 'https://blockchain.info', |
|||
HUSH: 'https://explorer.myhush.org', |
|||
PIZZA: 'http://pizza.komodochainz.info', |
|||
BEER: 'http://beer.komodochainz.info', |
|||
QTUM: 'https://explorer.qtum.org', |
|||
LTC: 'https://live.blockcypher.com/ltc', |
|||
DOGE: 'https://live.blockcypher.com/doge', |
|||
DASH: 'https://live.blockcypher.com/dash', |
|||
MONA: 'https://bchain.info/MONA', |
|||
VIA: 'https://explorer.viacoin.org', |
|||
VTC: 'http://explorer.vertcoin.info', |
|||
NMC: 'https://namecha.in', |
|||
DGB: 'https://digiexplorer.info', |
|||
CRW: 'http://ex.crownlab.eu', |
|||
BTG: 'https://btgexplorer.com', |
|||
BCH: 'https://bitcoincash.blockexplorer.com', |
|||
ZCL: 'http://explorer.zclmine.pro', |
|||
ZMY: 'https://myriadexplorer.com', |
|||
BTX: 'http://explorer.bitcore.cc', |
|||
BTCZ: 'https://explorer.bitcoinz.site', |
|||
HODLC: 'http://www.fuzzbawls.pw/explore/HOdlcoin/tx.php?tx=', |
|||
SIB: 'https://chain.sibcoin.net/en/tx/', |
|||
ZEC: 'https://explorer.zcha.in/transactions/', |
|||
BLK: 'https://explorer.coinpayments.net/transaction.php?chain=4&hash=', |
|||
ARG: 'https://prohashing.com/explorer/Argentum/', |
|||
FAIR: 'https://chain.fair.to/transaction?transaction=', |
|||
}; |
|||
|
|||
export default explorerList; |
Loading…
Reference in new issue