Swap Migration (#277)
* migrate core logic * finalize swap migration * upgrade react-scripts and fix errors/warnings * finalize swap, modularize currency input * remove console.logs * copy swap logic for send * remove unnecessary variable * tighten caching logic * snappier ens integration
Showing
... | ... | @@ -7,12 +7,14 @@ |
"dependencies": { | ||
"bignumber.js": "^7.2.1", | ||
"classnames": "^2.2.6", | ||
"escape-string-regexp": "^2.0.0", | ||
"ethers": "^4.0.27", | ||
"fuse": "^0.4.0", | ||
"i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | ||
"i18next-xhr-backend": "^2.0.1", | ||
"jazzicon": "^1.5.0", | ||
"lodash.merge": "^4.6.1", | ||
"node-sass": "^4.11.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
... | ... | @@ -21,7 +23,7 @@ |
"react-i18next": "^10.7.0", | ||
"react-redux": "^5.0.7", | ||
"react-router-dom": "^5.0.0", | ||
"react-scripts": "^2.1.8", | ||
"react-scripts": "^3.0.0", | ||
"react-transition-group": "1.x", | ||
"redux": "^3.7.2", | ||
"redux-subscriber": "^1.1.0", | ||
... | ... |
src/constants/index.js
0 → 100644
src/contexts/Application.js
0 → 100644
src/contexts/Block.js
0 → 100644
src/contexts/Static.js
0 → 100644
src/contexts/Transaction.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment