UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

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