1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 21:00:13 +01:00
metamask-extension/ui/store
Alex Donesky 85f17831a2 add erc-721 token detection and flag to disable sending (#11210)
* add erc-721 token detection and flag to disable sending

* addressing feedback

* remove redundant provider instantiation

* fix issue caused by unprotected destructuring

* add tests and documentation

* move add isERC721 flag to useTokenTracker hook

* Update  and  unit tests

* use memoizedTokens in useTokenTracker

Co-authored-by: Dan Miller <danjm.com@gmail.com>
2021-07-05 01:01:26 -07:00
..
actionConstants.js Removing obsolete client-side transaction metrics events (#11329) 2021-06-29 13:37:11 -07:00
actionConstants.test.js
actions.js add erc-721 token detection and flag to disable sending (#11210) 2021-07-05 01:01:26 -07:00
actions.test.js
store.js