1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/pages/send
Alex Donesky e10ddbe3a3
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-06-22 12:39:44 -05:00
..
send-content add erc-721 token detection and flag to disable sending (#11210) 2021-06-22 12:39:44 -05:00
send-footer Relocate send state into send duck from metamask duck (#11252) 2021-06-10 12:53:15 -05:00
send-header Relocate send state into send duck from metamask duck (#11252) 2021-06-10 12:53:15 -05:00
index.js
send.component.js
send.component.test.js
send.constants.js
send.container.js Relocate send state into send duck from metamask duck (#11252) 2021-06-10 12:53:15 -05:00
send.container.test.js Relocate send state into send duck from metamask duck (#11252) 2021-06-10 12:53:15 -05:00
send.scss
send.utils.js Stringify gas estimate in backend, before it is serialized and sent to ui (#11266) 2021-06-09 22:18:05 -02:30
send.utils.test.js Stringify gas estimate in backend, before it is serialized and sent to ui (#11266) 2021-06-09 22:18:05 -02:30