@toruslabs/fnd-base
Version:
Contains details for sapphire nodes
15 lines (10 loc) • 517 B
JavaScript
;
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;