@q-dev/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
51 lines • 1.41 kB
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CompoundRateKeeperFactory__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
inputs: [],
stateMutability: "nonpayable",
type: "constructor",
},
{
inputs: [
{
internalType: "address",
name: "_impl",
type: "address",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "create",
outputs: [
{
internalType: "contract CompoundRateKeeper",
name: "",
type: "address",
},
],
stateMutability: "nonpayable",
type: "function",
},
];
class CompoundRateKeeperFactory__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.CompoundRateKeeperFactory__factory = CompoundRateKeeperFactory__factory;
CompoundRateKeeperFactory__factory.abi = _abi;
//# sourceMappingURL=CompoundRateKeeperFactory__factory.js.map