1.1.0 • Published 10 months ago

@dexknot/uniswap v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

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';