UNPKG

@augmentedfinance/protocol-v1

Version:

Augmented Protocol smart contracts

7 lines (6 loc) 291 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { IUniswapV2Factory } from "./IUniswapV2Factory"; export declare class IUniswapV2FactoryFactory { static connect(address: string, signerOrProvider: Signer | Provider): IUniswapV2Factory; }