UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

10 lines • 504 B
import type * as iCallerOnlyDcaHubSwapperSol from "./ICallerOnlyDCAHubSwapper.sol"; export type { iCallerOnlyDcaHubSwapperSol }; import type * as idcaHubCompanionSol from "./IDCAHubCompanion.sol"; export type { idcaHubCompanionSol }; import type * as external from "./external"; export type { external }; export type { IDCAFeeManager } from "./IDCAFeeManager"; export type { IDCAKeep3rJob } from "./IDCAKeep3rJob"; export type { ILegacyDCAHub } from "./ILegacyDCAHub"; //# sourceMappingURL=index.d.ts.map