UNPKG

@ln-markets/api

Version:

A set of wrappers to easily communicate with LN Markets API !

7 lines (6 loc) 160 B
export const getHostname = (network) => { if (network === 'testnet') { return 'api.testnet.lnmarkets.com'; } return 'api.lnmarkets.com'; };