UNPKG

@toruslabs/fnd-base

Version:
15 lines (10 loc) 517 B
'use strict'; var endpoints = require('./endpoints.js'); var sapphireNetworkConfig = require('./sapphireNetworkConfig.js'); var utils = require('./utils.js'); exports.SAPPHIRE_NETWORK_URLS = endpoints.SAPPHIRE_NETWORK_URLS; exports.getRSSEndpoints = endpoints.getRSSEndpoints; exports.getSSSEndpoints = endpoints.getSSSEndpoints; exports.getTSSEndpoints = endpoints.getTSSEndpoints; exports.getSapphireNodeDetails = sapphireNetworkConfig.getSapphireNodeDetails; exports.fetchLocalConfig = utils.fetchLocalConfig;