@factorial-finance/blueprint-node
Version:
blueprint-node-plugin
14 lines (13 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NETWORK_CONFIGS = void 0;
exports.NETWORK_CONFIGS = {
mainnet: {
name: 'mainnet',
endpoint: 'https://mainnet-v4.tonhubapi.com'
},
testnet: {
name: 'testnet',
endpoint: 'https://sandbox-v4.tonhubapi.com'
},
};