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