UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

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