mirror of https://github.com/lukechilds/Agama.git
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.
21 lines
836 B
21 lines
836 B
const remoteExplorers = {
|
|
KMD: 'http://kmd.komodochainz.info',
|
|
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',
|
|
};
|
|
|
|
module.exports = remoteExplorers;
|