@soma-finance/core-contracts
Version:
SOMA Finance core contracts
10 lines • 777 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SomaSwapRouter__factory = exports.ISomaSwapRouter__factory = exports.interfaces = void 0;
const tslib_1 = require("tslib");
exports.interfaces = tslib_1.__importStar(require("./interfaces"));
var ISomaSwapRouter__factory_1 = require("./ISomaSwapRouter__factory");
Object.defineProperty(exports, "ISomaSwapRouter__factory", { enumerable: true, get: function () { return ISomaSwapRouter__factory_1.ISomaSwapRouter__factory; } });
var SomaSwapRouter__factory_1 = require("./SomaSwapRouter__factory");
Object.defineProperty(exports, "SomaSwapRouter__factory", { enumerable: true, get: function () { return SomaSwapRouter__factory_1.SomaSwapRouter__factory; } });
//# sourceMappingURL=index.js.map