UNPKG

@opiumteam/opium-sdk-v2

Version:

one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs

29 lines 1.73 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ILiveFeedOracleIdABI = exports.OnChainPositionsLensABI = exports.IERC20Abi = exports.IDerivativeLogicAbi = exports.SyntheticAggregatorABI = exports.OracleAggregatorABI = exports.CoreABI = exports.RegistryABI = void 0; // protocol var Registry_json_1 = __importDefault(require("./protocol-v2/Registry.json")); var Core_json_1 = __importDefault(require("./protocol-v2/Core.json")); var OracleAggregator_json_1 = __importDefault(require("./protocol-v2/OracleAggregator.json")); var SyntheticAggregator_json_1 = __importDefault(require("./protocol-v2/SyntheticAggregator.json")); var IDerivativeLogic_json_1 = __importDefault(require("./protocol-v2/IDerivativeLogic.json")); var IERC20_json_1 = __importDefault(require("./protocol-v2/IERC20.json")); // periphery var OnChainPositionsLens_json_1 = __importDefault(require("./periphery-v2/OnChainPositionsLens.json")); // products var ILiveFeedOracleId_json_1 = __importDefault(require("./products-v2/ILiveFeedOracleId.json")); // protocol exports.RegistryABI = Registry_json_1.default; exports.CoreABI = Core_json_1.default; exports.OracleAggregatorABI = OracleAggregator_json_1.default; exports.SyntheticAggregatorABI = SyntheticAggregator_json_1.default; exports.IDerivativeLogicAbi = IDerivativeLogic_json_1.default; exports.IERC20Abi = IERC20_json_1.default; // periphery exports.OnChainPositionsLensABI = OnChainPositionsLens_json_1.default; // products exports.ILiveFeedOracleIdABI = ILiveFeedOracleId_json_1.default; //# sourceMappingURL=index.js.map