@dexknot/uniswap
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot).
Downloads
1
Readme
uniswap
The submodule is a part of monorepo Dexknot.
Contains types and build tx for Uniswap protocol.
Install
- yarn
yarn add --dev @dexknot/uniswap
or
- npm
npm install --dev @dexknot/uniswap
Importing
Individual components can be imported:
import {
Uniswap,
//Types
ComputedRoutes,
PoolType,
QuoteResult,
TokenInRoute,
TradeInfo,
UniswapSwapDataType,
V2PoolInRoute,
V3PoolInRoute,
V2Reserve,
} from '@dexknot/uniswap';