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.
39 lines
729 B
39 lines
729 B
// default daemon ports
|
|
|
|
const assetChainPorts = {
|
|
'komodod': '7771',
|
|
'markermaker': '7783',
|
|
'OOT': '12467',
|
|
'PIZZA': '11608',
|
|
'BEER': '8923',
|
|
'CHIPS': '57776',
|
|
'SUPERNET': '11341',
|
|
'REVS': '10196',
|
|
'MNZ': '14337',
|
|
'WLC': '12167',
|
|
'PANGEA': '14068',
|
|
'DEX': '11890',
|
|
'JUMBLR': '15106',
|
|
'BET': '14250',
|
|
'CRYPTO': '8516',
|
|
'HODL': '14431',
|
|
'MSHARK': '8846',
|
|
'BOTS': '11964',
|
|
'MGW': '12386',
|
|
'COQUI': '14276',
|
|
'CHAIN': '15587',
|
|
'GLXT': '15723',
|
|
'MVP': '11676',
|
|
'KV': '8299',
|
|
'CEAL': '11116',
|
|
'MESH': '9455',
|
|
'AXO': '12927',
|
|
'ETOMIC': '10271',
|
|
'VOTE2018': '15488',
|
|
'NINJA': '8427',
|
|
'BTCH': '8800',
|
|
'BNTN': '14358',
|
|
'EQL': '10306',
|
|
};
|
|
|
|
module.exports = assetChainPorts;
|
|
|