UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

25 lines (24 loc) • 675 B
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IBaseErrors__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "ZeroAddress", type: "error", }, ]; class IBaseErrors__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IBaseErrors__factory = IBaseErrors__factory; IBaseErrors__factory.abi = _abi;