"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ORBITER_FEE_DIVIDER = exports.ORBITER_API_ENDPOINT = void 0;
exports.ORBITER_API_ENDPOINT = 'https://api.orbiter.finance/sdk';
exports.ORBITER_FEE_DIVIDER = 1000000;