@mean-finance/dca-v2-periphery
Version:
💱 Periphery smart contracts of DCA V2 by mean.finance
13 lines (12 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IKeep3rKeepers__factory = exports.IKeep3rKeeperFundable__factory = exports.IKeep3rKeeperDisputable__factory = void 0;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
var IKeep3rKeeperDisputable__factory_1 = require("./IKeep3rKeeperDisputable__factory");
Object.defineProperty(exports, "IKeep3rKeeperDisputable__factory", { enumerable: true, get: function () { return IKeep3rKeeperDisputable__factory_1.IKeep3rKeeperDisputable__factory; } });
var IKeep3rKeeperFundable__factory_1 = require("./IKeep3rKeeperFundable__factory");
Object.defineProperty(exports, "IKeep3rKeeperFundable__factory", { enumerable: true, get: function () { return IKeep3rKeeperFundable__factory_1.IKeep3rKeeperFundable__factory; } });
var IKeep3rKeepers__factory_1 = require("./IKeep3rKeepers__factory");
Object.defineProperty(exports, "IKeep3rKeepers__factory", { enumerable: true, get: function () { return IKeep3rKeepers__factory_1.IKeep3rKeepers__factory; } });