Uniswap without TORN censoring
f391f1c719
* init * make sure tooltips dont appear during sweeps * fixes comments from charlie * style: example tooltip (#5238) * refactor: remove unused CollectionProfile (#5229) * ex * centering * fix: updating bag to not remove nfts on click (#5224) * updating bag to not remove nfts on click * chore: bump redux-multicall (#5211) * chore: bump redux-multicall * fix: updgrade multicall Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> * refactor: remove unused nft utils (#5239) * fix: remove Select All and Sell buttons in Profile (#5228) * refactor: remove isSellMode in ProfilePage * yes * fix(token-details): remove balance summary links to current page (#5223) * refactor: rm remaining unused nft code (#5243) * chore: enable jsx-curly-brace-presence and autofix (#5242) * fix: limit max volume change value to 9999% (#5227) * fix web-2246 * chore: change to > * chore: use single component * fix: approve button font size (#5187) * fix: approve button font size Co-authored-by: 0xsaranonearth <saran.s@pillow.fund> * fix: don't include accentActiveSoft background on navicon active state (#5240) don't include accentActiveSoft background on navicon active state * feat: render blurred collection cover photo in the header (#5233) * initial commit * feat: blurred header * chore: replace with helper * chore: cleanup * chore: different extension * chore: layout tweaks * chore: tweaks * chore: prevent weird text selection on double click * chore: wip for linear gradient/plain color light mode * feat: linear-gradient when image missing * chore: clean up post merge * feat: different opacity for dark/light mode * chore: fix paddings * refactor: remove unused nft css (#5241) * refactor: remove unused nft css * unused * unused * refactor: remove unused isSellMode, setIsSellMode in useSellAsset (#5236) * refactor: remove unused isSellMode, setIsSellMode in useSellAsset * rm * fix: reverting navbar change (#5237) * reverting mobile navbar changes Co-authored-by: vignesh mohankumar <vignesh@vigneshmohankumar.com> Co-authored-by: aballerr <alex.ball@uniswap.org> Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com> Co-authored-by: Mike Grabowski <grabbou@gmail.com> Co-authored-by: S A R A N <44068102+saranonearth@users.noreply.github.com> Co-authored-by: 0xsaranonearth <saran.s@pillow.fund> Co-authored-by: Lynn Yu <lynn.yu@uniswap.org> Co-authored-by: Jack Short <john.short.tj@gmail.com> Co-authored-by: vignesh mohankumar <vignesh@vigneshmohankumar.com> Co-authored-by: aballerr <alex.ball@uniswap.org> Co-authored-by: Zach Pomerantz <zzmp@uniswap.org> Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com> Co-authored-by: Mike Grabowski <grabbou@gmail.com> Co-authored-by: S A R A N <44068102+saranonearth@users.noreply.github.com> Co-authored-by: 0xsaranonearth <saran.s@pillow.fund> |
||
---|---|---|
.github | ||
.vscode | ||
cypress | ||
patches | ||
public | ||
src | ||
.env | ||
.env.production | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
babel-plugin-macros.config.js | ||
codegen.yml | ||
CONTRIBUTING.md | ||
craco.config.cjs | ||
cypress.config.ts | ||
cypress.release.config.ts | ||
fetch-schema.js | ||
LICENSE | ||
lingui.config.ts | ||
package.json | ||
prei18n-extract.js | ||
README.md | ||
relay_thegraph.config.js | ||
relay.config.js | ||
tsconfig.json | ||
yarn.lock |
Uniswap Labs Interface
An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.
- Website: uniswap.org
- Interface: app.uniswap.org
- Docs: uniswap.org/docs/
- Twitter: @Uniswap
- Reddit: /r/Uniswap
- Email: contact@uniswap.org
- Discord: Uniswap
- Whitepapers:
Accessing the Uniswap Interface
To access the Uniswap Interface, use an IPFS gateway link from the latest release, or visit app.uniswap.org.
Unsupported tokens
Check out useUnsupportedTokenList()
in src/state/lists/hooks.ts for blocking tokens in your instance of the interface.
You can block an entire list of tokens by passing in a tokenlist like here
Contributions
For steps on local deployment, development, and code contribution, please see CONTRIBUTING.
Accessing Uniswap V2
The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.
- Swap on Uniswap V2: https://app.uniswap.org/#/swap?use=v2
- View V2 liquidity: https://app.uniswap.org/#/pool/v2
- Add V2 liquidity: https://app.uniswap.org/#/add/v2
- Migrate V2 liquidity to V3: https://app.uniswap.org/#/migrate/v2
Accessing Uniswap V1
The Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways linked from the v1.0.0 release.