UNPKG

@maxosllc/smart-order-router

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