UNPKG

@augumented-finance/protocol-v1

Version:

Augmented Protocol smart contracts

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