UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

15 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TraderPlatform__factory = exports.IUniswapV2Router02__factory = exports.IUniswapV2Factory__factory = exports.IERC20__factory = void 0; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ var IERC20__factory_1 = require("./IERC20__factory"); Object.defineProperty(exports, "IERC20__factory", { enumerable: true, get: function () { return IERC20__factory_1.IERC20__factory; } }); var IUniswapV2Factory__factory_1 = require("./IUniswapV2Factory__factory"); Object.defineProperty(exports, "IUniswapV2Factory__factory", { enumerable: true, get: function () { return IUniswapV2Factory__factory_1.IUniswapV2Factory__factory; } }); var IUniswapV2Router02__factory_1 = require("./IUniswapV2Router02__factory"); Object.defineProperty(exports, "IUniswapV2Router02__factory", { enumerable: true, get: function () { return IUniswapV2Router02__factory_1.IUniswapV2Router02__factory; } }); var TraderPlatform__factory_1 = require("./TraderPlatform__factory"); Object.defineProperty(exports, "TraderPlatform__factory", { enumerable: true, get: function () { return TraderPlatform__factory_1.TraderPlatform__factory; } }); //# sourceMappingURL=index.js.map