merge beta to production (#317)
* update SNX exchange and token address (#301) * update SNX exchange and token address * checksum exchange address * Account improvements (#302) * begin account migration * prep for styling * improve multi-network support allow deprecated window.web3 providers * kill old modal * remove tests * clean up css * Style account modal * kill scss * bug fixes * use suspense for code-splitting and i18n move abis add ENS support to Web3Status * Account modal mobile styles * style tweaks * finalize migration * fix account styling * fix ethereum svg * fixes * Split wallet modal into components * refactor wallet modal and add connect button styles * removing tap highlights fix spacing on some mobile browsers * Styling fixes for account and warning * clean up injected connector logic * remove console * add wrong network copy * restore border radius change wallet logo * various improvements (#313) * add unchecked signer * remove focus underline from tabs * update tokens * remove console log * remove snx for now * make slippage warnings more robust * memo-ize contexts * improve slippage styling * fix warnings + bugs * clear stale network error * Feather icons (#314) * Remove fontawesome * Update new SNX exchange and new token address (#316) * Update new SNX exchange and new token address * remove whitespace * checksum exchange address
Showing
| ... | @@ -5,32 +5,31 @@ | ... | @@ -5,32 +5,31 @@ |
| "homepage": ".", | "homepage": ".", | ||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "@reach/dialog": "^0.2.8", | |||
| "@reach/tooltip": "^0.2.0", | "@reach/tooltip": "^0.2.0", | ||
| "classnames": "^2.2.6", | "copy-to-clipboard": "^3.2.0", | ||
| "escape-string-regexp": "^2.0.0", | "escape-string-regexp": "^2.0.0", | ||
| "ethers": "^4.0.27", | "ethers": "^4.0.28", | ||
| "i18next": "^15.0.9", | "i18next": "^15.0.9", | ||
| "i18next-browser-languagedetector": "^3.0.1", | "i18next-browser-languagedetector": "^3.0.1", | ||
| "i18next-xhr-backend": "^2.0.1", | "i18next-xhr-backend": "^2.0.1", | ||
| "jazzicon": "^1.5.0", | "jazzicon": "^1.5.0", | ||
| "node-sass": "^4.11.0", | "polished": "^3.3.2", | ||
| "react": "^16.8.6", | "react": "^16.8.6", | ||
| "react-aria-modal": "^4.0.0", | "react-device-detect": "^1.6.2", | ||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| "react-feather": "^1.1.6", | |||
| "react-ga": "^2.5.7", | "react-ga": "^2.5.7", | ||
| "react-i18next": "^10.7.0", | "react-i18next": "^10.7.0", | ||
| "react-router-dom": "^5.0.0", | "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^3.0.1", | "react-scripts": "^3.0.1", | ||
| "react-transition-group": "1.x", | "react-spring": "^8.0.20", | ||
| "styled-components": "^4.2.0", | "styled-components": "^4.2.0", | ||
| "ua-parser-js": "^0.7.18", | |||
| "web3-react": "^5.0.4" | "web3-react": "^5.0.4" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "react-scripts start", | "start": "react-scripts start", | ||
| "build": "react-scripts build", | "build": "react-scripts build", | ||
| "start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK_NAME='Rinkeby Test Network' yarn start", | |||
| "build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK_NAME='Rinkeby Test Network' yarn build", | |||
| "test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
| "lint:base": "yarn eslint './src/**/*.{js,jsx}'", | "lint:base": "yarn eslint './src/**/*.{js,jsx}'", | ||
| ... | ... |
This diff is collapsed.
src/InjectedConnector.js
0 → 100644
src/assets/images/circle.svg
0 → 100644
3.9 KB
This diff is collapsed.
13.7 KB
This diff is collapsed.
This diff is collapsed.
src/pages/App.scss
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/theme/components.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/utils/signer.js
0 → 100644
This diff is collapsed.
src/variables.scss
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.