UNPKG

@uniswap/smart-order-router

Version:
6 lines (5 loc) 178 B
import { ChainId } from '@uniswap/sdk-core'; import { Pool as V4Pool } from '@uniswap/v4-sdk'; export declare const V4_ETH_WETH_FAKE_POOL: { [chainId in ChainId]: V4Pool; };