UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

8 lines (6 loc) 156 B
export const getHostname = (network: string) => { if (network === 'testnet') { return 'api.testnet.lnmarkets.com' } return 'api.lnmarkets.com' }