@soma-finance/core-contracts
Version:
SOMA Finance core contracts
12 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SomaContractUpgradeable__factory = exports.SomaContract__factory = exports.ISomaContract__factory = exports.security = void 0;
const tslib_1 = require("tslib");
exports.security = tslib_1.__importStar(require("./security"));
var ISomaContract__factory_1 = require("./ISomaContract__factory");
Object.defineProperty(exports, "ISomaContract__factory", { enumerable: true, get: function () { return ISomaContract__factory_1.ISomaContract__factory; } });
var SomaContract__factory_1 = require("./SomaContract__factory");
Object.defineProperty(exports, "SomaContract__factory", { enumerable: true, get: function () { return SomaContract__factory_1.SomaContract__factory; } });
var SomaContractUpgradeable__factory_1 = require("./SomaContractUpgradeable__factory");
Object.defineProperty(exports, "SomaContractUpgradeable__factory", { enumerable: true, get: function () { return SomaContractUpgradeable__factory_1.SomaContractUpgradeable__factory; } });
//# sourceMappingURL=index.js.map