stable version with updated balances, add liquidity using SDK, pair menu search
Showing
... | ... | @@ -5,9 +5,14 @@ |
"homepage": "https://uniswap.exchange", | ||
"private": true, | ||
"dependencies": { | ||
"@ethersproject/units": "^5.0.0-beta.132", | ||
"@reach/dialog": "^0.2.8", | ||
"@reach/tooltip": "^0.2.0", | ||
"@uniswap/sdk": "^1.0.0-beta.4", | ||
"@types/jest": "^25.1.3", | ||
"@types/node": "^13.7.4", | ||
"@types/react": "^16.9.21", | ||
"@types/react-dom": "^16.9.5", | ||
"@uniswap/sdk": "next", | ||
"@web3-react/core": "^6.0.2", | ||
"@web3-react/fortmatic-connector": "^6.0.2", | ||
"@web3-react/injected-connector": "^6.0.3", | ||
... | ... | @@ -36,7 +41,9 @@ |
"react-spring": "^8.0.27", | ||
"react-switch": "^5.0.1", | ||
"react-use-gesture": "^6.0.14", | ||
"styled-components": "^4.2.0" | ||
"rebass": "^4.0.7", | ||
"styled-components": "^4.2.0", | ||
"typescript": "^3.7.5" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
src/components/Card/index.js
0 → 100644
This diff is collapsed.
src/components/Row/index.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/contexts/Balances.tsx
0 → 100644
This diff is collapsed.
src/contexts/Exchanges.tsx
0 → 100644
This diff is collapsed.
src/contexts/Tokens.tsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
File moved
src/pages/Supply/index.js
0 → 100644
This diff is collapsed.
src/react-app-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
This diff is collapsed.
webpack.config
0 → 100644
This diff is collapsed.
Please register or sign in to comment