Localstorage and routing improvements (#704)
* remove tokens context in favor of localstorage
refactor localstorage
improve adding custom token flow
* drop exchange language
* ensure url tokens are added to localstorage
clean up routing
remove unnecessary output approval checks
* fix bad import
* Remove unused imported checks
* remove unused imports
Co-authored-by:
Ian Lapham <ianlapham@gmail.com>
Showing
{ | { | ||
"name": "uniswap", | "name": "uniswap", | ||
"description": "Uniswap Exchange Protocol", | "description": "Uniswap Protocol", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"homepage": "https://uniswap.exchange", | "homepage": "https://uniswap.exchange", | ||
"private": true, | "private": true, | ||
... | ... |
This diff is collapsed.
src/contexts/Tokens.ts
0 → 100644
Please register or sign in to comment