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.
52 lines
937 B
52 lines
937 B
const assetChainPorts = {
|
|
'komodod': '7771',
|
|
'SUPERNET': '11341',
|
|
'REVS': '10196',
|
|
'WLC': '12167',
|
|
'PANGEA': '10074',
|
|
'DEX': '9503',
|
|
'JUMBLR': '10789',
|
|
'BET': '11222',
|
|
'CRYPTO': '10420',
|
|
'HODL': '8010',
|
|
'SHARK': '14104',
|
|
'BOTS': '10151',
|
|
'MGW': '15524',
|
|
'MVP': '11676',
|
|
'KV': '9747',
|
|
'CEAL': '13097',
|
|
'MESH': '8400',
|
|
'USD': '13967',
|
|
'CHF': '15312',
|
|
'CAD': '8720',
|
|
'BRL': '9914',
|
|
'BGN': '9110',
|
|
'AUD': '8045',
|
|
'PLN': '13493',
|
|
'PHP': '11181',
|
|
'NZD': '10915',
|
|
'NOK': '11588',
|
|
'MYR': '10688',
|
|
'MXN': '13970',
|
|
'KRW': '14020',
|
|
'JPY': '13145',
|
|
'INR': '10536',
|
|
'ILS': '14638',
|
|
'IDR': '14459',
|
|
'HKD': '15409',
|
|
'HUF': '13699',
|
|
'GBP': '11505',
|
|
'EUR': '8065',
|
|
'DKK': '13830',
|
|
'CNY': '10384',
|
|
'ZAR': '15160',
|
|
'TRY': '13924',
|
|
'THB': '11847',
|
|
'SGD': '14475',
|
|
'SEK': '11447',
|
|
'RON': '8675',
|
|
'RUB': '8199',
|
|
'CZK': '9482'
|
|
};
|
|
|
|
module.exports = assetChainPorts;
|