@uniswap/smart-order-router

v1.4.1
Uniswap Smart Order Router

fix

run-s fix:*

build

run-p compile-v3-types compile-external-types && run-p build:*

version

standard-version

fix:lint

eslint src --ext .ts --fix

build:main

tsc -p tsconfig.json

build:module

tsc -p tsconfig.module.json

fix:prettier

prettier "src/**/*.ts" --write

prepare-release

run-s cov:check doc:html version doc:publish

compile-v3-types

npx typechain --target ethers-v5 --out-dir src/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'

compile-external-types

npx typechain --target ethers-v5 --out-dir src/types/other 'src/abis/**/*.json'
npm i @uniswap/[email protected]

Metadata

  • MIT
  • >=10
  • Unknown
  • released 6/21/2021

Downloads