UNPKG

soulswap-rubik-sdk

Version:
9 lines (8 loc) 340 B
import { Token } from 'src/core'; import { UniswapV3AlgebraRoute } from '@features/instant-trades/dexes/common/uniswap-v3-algebra-abstract/models/uniswap-v3-algebra-route'; export interface AlgebraRoute extends UniswapV3AlgebraRoute { /** * List of pools' contract addresses to use in a trade's route. */ path: Token[]; }