UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

34 lines 1.02 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IUntypedRewardControllerPoolsFactory = void 0; const ethers_1 = require("ethers"); class IUntypedRewardControllerPoolsFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IUntypedRewardControllerPoolsFactory = IUntypedRewardControllerPoolsFactory; const _abi = [ { inputs: [], name: "getPools", outputs: [ { internalType: "address[]", name: "", type: "address[]", }, { internalType: "uint256", name: "ignoreMask", type: "uint256", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=IUntypedRewardControllerPoolsFactory.js.map