UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

62 lines (61 loc) • 1.53 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IKeep3rJobManager__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "AlreadyAKeeper", type: "error", }, { inputs: [], name: "JobAlreadyAdded", type: "error", }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "_job", type: "address", }, { indexed: true, internalType: "address", name: "_jobOwner", type: "address", }, ], name: "JobAddition", type: "event", }, { inputs: [ { internalType: "address", name: "_job", type: "address", }, ], name: "addJob", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class IKeep3rJobManager__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IKeep3rJobManager__factory = IKeep3rJobManager__factory; IKeep3rJobManager__factory.abi = _abi;