UNPKG

@kanalabs/solver-lp-sdk

Version:
12 lines (11 loc) 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUI_DEFAULT_GAS_BUDGET = exports.SUI_TESTNET_NODE_URL = exports.SUI_MAINNET_NODE_URL = exports.TESTNET_NODE_URL = exports.MAINNET_NODE_URL = exports.PAYMASTER_BASE_URL = void 0; exports.PAYMASTER_BASE_URL = 'https://paymaster-testnet-solver.kanalabs.io'; // export const PAYMASTER_BASE_URL = 'http://0.0.0.0:8000'; exports.MAINNET_NODE_URL = 'https://fullnode.mainnet.aptoslabs.com/v1'; // Testnet node url exports.TESTNET_NODE_URL = 'https://fullnode.testnet.aptoslabs.com/v1'; exports.SUI_MAINNET_NODE_URL = 'https://fullnode.mainnet.sui.io:443'; exports.SUI_TESTNET_NODE_URL = 'https://fullnode.devnet.sui.io'; exports.SUI_DEFAULT_GAS_BUDGET = 10000000;