| 22 | } |
| 23 | |
| 24 | interface PairFixture extends FactoryFixture { |
| 25 | token0: Contract |
| 26 | token1: Contract |
| 27 | pair: Contract |
| 28 | } |
| 29 | |
| 30 | export async function pairFixture(provider: Web3Provider, [wallet]: Wallet[]): Promise<PairFixture> { |
| 31 | const { factory } = await factoryFixture(provider, [wallet]) |
nothing calls this directly
no outgoing calls
no test coverage detected