UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

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