Alex Donesky
490d3b8d40
Integrate TokensController ( #11552 )
...
* Integrate controllers/tokensController
* address rebase issues
* small cleanup
* addressing feedback
* more feedback
3 years ago
Brad Decker
29742b9519
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
Brad Decker
09d81ac5f2
remove the ui/app and ui/lib folders ( #10911 )
4 years ago
David Walsh
bcd04cdd93
Hide zero balance tokens at useTokenTracker layer ( #10630 )
4 years ago
David Walsh
90bfaf6ac2
Hide zero balance tokens at useTokenTracker layer ( #10630 )
4 years ago
David Walsh
aeffe176b3
Hide zero balance tokens with preference ( #10486 )
4 years ago
Erik Marks
76a2a9bb8b
@metamask/eslint config@5.0.0 ( #10358 )
...
* @metamask/eslint-config@5.0.0
* Update eslintrc and prettierrc
* yarn lint:fix
4 years ago
Brad Decker
5be20d105e
show failed token balance updates ( #9896 )
4 years ago
Brad Decker
2ebf8756a4
[RFC] add prettier to eslint ( #8595 )
4 years ago
Whymarrh Whitby
c1e3c229bc
Fix import/order issues ( #9239 )
...
See [`import/order`](https://eslint.org/docs/rules/import/order ) for more information.
This change enables `import/order` and fixes the issues raised by the rule.
4 years ago
Mark Stacey
cfadc7592e
Avoid mutating module export ( #8775 )
...
The `eth-contracts-metadata` export was mutated in `token-list.js` to
add the token address to the contract metadata, and this was taken
advantage of in the token search component.
Instead, the address is now added to a copy of the token metadata in
the one place it's used. The module export is no longer mutated, and
the unused `defaultTokens` variable in `token-list.js` has been
removed.
5 years ago
Brad Decker
ab06595a5d
refactor token list ( #8726 )
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
5 years ago