UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

55 lines 5.16 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.roundToDecimals = exports.LIQUID_SPLITS_MAX_PRECISION_DECIMALS = exports.SPLITS_MAX_PRECISION_DECIMALS = exports.TEMPLATES_CHAIN_IDS = exports.VESTING_CHAIN_IDS = exports.LIQUID_SPLIT_CHAIN_IDS = exports.WATERFALL_CHAIN_IDS = exports.SPLITS_SUBGRAPH_CHAIN_IDS = exports.SPLITS_SUPPORTED_CHAIN_IDS = exports.SPLITS_V2_SUPPORTED_CHAIN_IDS = exports.SplitsClient = exports.DataClient = exports.WarehouseClient = exports.SplitV2Client = exports.OracleClient = exports.SwapperClient = exports.PassThroughWalletClient = exports.TemplatesClient = exports.VestingClient = exports.LiquidSplitClient = exports.WaterfallClient = exports.SplitV1Client = void 0; var liquidSplit_1 = require("./client/liquidSplit"); Object.defineProperty(exports, "LiquidSplitClient", { enumerable: true, get: function () { return liquidSplit_1.LiquidSplitClient; } }); var waterfall_1 = require("./client/waterfall"); Object.defineProperty(exports, "WaterfallClient", { enumerable: true, get: function () { return waterfall_1.WaterfallClient; } }); var vesting_1 = require("./client/vesting"); Object.defineProperty(exports, "VestingClient", { enumerable: true, get: function () { return vesting_1.VestingClient; } }); var templates_1 = require("./client/templates"); Object.defineProperty(exports, "TemplatesClient", { enumerable: true, get: function () { return templates_1.TemplatesClient; } }); var splitV1_1 = require("./client/splitV1"); Object.defineProperty(exports, "SplitV1Client", { enumerable: true, get: function () { return splitV1_1.SplitV1Client; } }); var passThroughWallet_1 = require("./client/passThroughWallet"); Object.defineProperty(exports, "PassThroughWalletClient", { enumerable: true, get: function () { return passThroughWallet_1.PassThroughWalletClient; } }); var swapper_1 = require("./client/swapper"); Object.defineProperty(exports, "SwapperClient", { enumerable: true, get: function () { return swapper_1.SwapperClient; } }); var oracle_1 = require("./client/oracle"); Object.defineProperty(exports, "OracleClient", { enumerable: true, get: function () { return oracle_1.OracleClient; } }); var warehouse_1 = require("./client/warehouse"); Object.defineProperty(exports, "WarehouseClient", { enumerable: true, get: function () { return warehouse_1.WarehouseClient; } }); var splitV2_1 = require("./client/splitV2"); Object.defineProperty(exports, "SplitV2Client", { enumerable: true, get: function () { return splitV2_1.SplitV2Client; } }); var data_1 = require("./client/data"); Object.defineProperty(exports, "DataClient", { enumerable: true, get: function () { return data_1.DataClient; } }); var client_1 = require("./client"); Object.defineProperty(exports, "SplitsClient", { enumerable: true, get: function () { return client_1.SplitsClient; } }); __exportStar(require("./errors"), exports); var constants_1 = require("./constants"); Object.defineProperty(exports, "SPLITS_V2_SUPPORTED_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.SPLITS_V2_SUPPORTED_CHAIN_IDS; } }); Object.defineProperty(exports, "SPLITS_SUPPORTED_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.SPLITS_SUPPORTED_CHAIN_IDS; } }); Object.defineProperty(exports, "SPLITS_SUBGRAPH_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.SPLITS_SUBGRAPH_CHAIN_IDS; } }); Object.defineProperty(exports, "WATERFALL_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.WATERFALL_CHAIN_IDS; } }); Object.defineProperty(exports, "LIQUID_SPLIT_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.LIQUID_SPLIT_CHAIN_IDS; } }); Object.defineProperty(exports, "VESTING_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.VESTING_CHAIN_IDS; } }); Object.defineProperty(exports, "TEMPLATES_CHAIN_IDS", { enumerable: true, get: function () { return constants_1.TEMPLATES_CHAIN_IDS; } }); Object.defineProperty(exports, "SPLITS_MAX_PRECISION_DECIMALS", { enumerable: true, get: function () { return constants_1.SPLITS_MAX_PRECISION_DECIMALS; } }); Object.defineProperty(exports, "LIQUID_SPLITS_MAX_PRECISION_DECIMALS", { enumerable: true, get: function () { return constants_1.LIQUID_SPLITS_MAX_PRECISION_DECIMALS; } }); var utils_1 = require("./utils"); Object.defineProperty(exports, "roundToDecimals", { enumerable: true, get: function () { return utils_1.roundToDecimals; } }); //# sourceMappingURL=index.js.map