MCPcopy
hub / github.com/Uniswap/v2-core / PairFixture

Interface PairFixture

test/shared/fixtures.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected