UNPKG

rubic-sdk

Version:
9 lines (8 loc) 351 B
import { Token } from "../../../../../../../../common/tokens"; import { UniswapV3AlgebraRoute } from "../../../common/uniswap-v3-algebra-abstract/models/uniswap-v3-algebra-route"; export interface ModeAlgebraRoute extends UniswapV3AlgebraRoute { /** * List of pools' contract addresses to use in a trade's route. */ path: Token[]; }