UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

65 lines 1.65 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IMockUniswapV2PairFactory = void 0; const ethers_1 = require("ethers"); class IMockUniswapV2PairFactory { static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IMockUniswapV2PairFactory = IMockUniswapV2PairFactory; const _abi = [ { inputs: [], name: "getReserves", outputs: [ { internalType: "uint112", name: "reserve0", type: "uint112", }, { internalType: "uint112", name: "reserve1", type: "uint112", }, { internalType: "uint32", name: "timestamp", type: "uint32", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "token0", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [], name: "token1", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, ]; //# sourceMappingURL=IMockUniswapV2PairFactory.js.map