UNPKG

xud

Version:
57 lines 2.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pairs = exports.currencies = exports.nodes = void 0; const enums_1 = require("../../constants/enums"); const nodes = [ { nodePubKey: '03ece33a30db1dbce4b62fa96a5e9541138a24997ef5672eebed2d332270e39542', addresses: [ { host: 'xud1.simnet.exchangeunion.com', port: 28885 }, { host: 'hsfkqybnlkql5fgm3h72mqnrl5rh543hulkp7j6tzs7thq3fznjrkcid.onion', port: 28885 }, ], }, { nodePubKey: '03df4f36fa35bd242263e8d09d6b422108dab1f08d91237bb3aa2dad957cf08a71', addresses: [ { host: 'xud.kilrau.com', port: 28885 }, { host: 'ri3khz45h25dzxh32z2r7f3s2fgque6f77zygtanldio3z3ps3b3s3id.onion', port: 28885 }, ], }, ]; exports.nodes = nodes; const currencies = [ { id: 'BTC', swapClient: enums_1.SwapClientType.Lnd, decimalPlaces: 8 }, { id: 'LTC', swapClient: enums_1.SwapClientType.Lnd, decimalPlaces: 8 }, { id: 'ETH', swapClient: enums_1.SwapClientType.Connext, decimalPlaces: 18, tokenAddress: '0x0000000000000000000000000000000000000000', }, { id: 'USDT', swapClient: enums_1.SwapClientType.Connext, decimalPlaces: 6, tokenAddress: '0x6149AA6798a75450EFb0151204513ce197f626Ce', }, { id: 'DAI', swapClient: enums_1.SwapClientType.Connext, decimalPlaces: 18, tokenAddress: '0x69C3d485623bA3f382Fc0FB6756c4574d43C1618', }, ]; exports.currencies = currencies; const pairs = [ // { baseCurrency: 'BTC', quoteCurrency: 'DAI' }, { baseCurrency: 'BTC', quoteCurrency: 'USDT' }, { baseCurrency: 'ETH', quoteCurrency: 'BTC' }, // { baseCurrency: 'ETH', quoteCurrency: 'DAI' }, // { baseCurrency: 'ETH', quoteCurrency: 'USDT' }, { baseCurrency: 'LTC', quoteCurrency: 'BTC' }, // { baseCurrency: 'LTC', quoteCurrency: 'DAI' }, // { baseCurrency: 'LTC', quoteCurrency: 'USDT' }, { baseCurrency: 'USDT', quoteCurrency: 'DAI' }, ]; exports.pairs = pairs; //# sourceMappingURL=simnet.js.map