You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.1 KiB
53 lines
2.1 KiB
// 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',
|
|
NINJA: 'https://explorer.fund.ninja',
|
|
VOTE2018: 'http://88.99.226.252',
|
|
QTUM: 'https://explorer.qtum.org',
|
|
DNR: 'http://denarius.name',
|
|
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;
|