Uniswap without TORN censoring
de3a33dfcb
* fix: stale chain block * chore: simplify atom usage * fix: support single-token chain * fix: avoid extra rpcs * chore: rename isDisabled * fix: simplify useUSDCPrice * fix: simplify useComputeSwapInfo * chore: include type * fix: guard hasAmounts |
||
---|---|---|
.github | ||
cypress | ||
public | ||
src | ||
.env | ||
.env.production | ||
.eslintrc.json | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
babel-plugin-macros.config.cjs | ||
codegen.yml | ||
CONTRIBUTING.md | ||
cosmos.config.json | ||
cosmos.override.cjs | ||
custom-test-env.cjs | ||
cypress.json | ||
INTERFACE_README.md | ||
LICENSE | ||
lingui.config.ts | ||
package.json | ||
README.md | ||
rollup.config.ts | ||
tsconfig.base.json | ||
tsconfig.json | ||
tsconfig.lib.json | ||
WIDGETS_README.md | ||
yarn.lock |
This repo is home to the Uniswap Widgets package and the web app interface app.uniswap.org.
Uniswap Labs Interface
The web application hosted at https://app.uniswap.org is a convenient way to access the core functionality of the Uniswap Protocol.
For documentation of the interface including how to contribute or access prior builds, please view the README here: INTERFACE_README.md
Uniswap Labs Widgets
The @uniswap/widgets
package is an npm package of React components used to provide subsets of the Uniswap Protocol functionality in a small and configurable user interface element.
The npm package can be found here. @uniswap/widgets
For documentation of the widgets package, please view the README here: WIDGETS_README.md.