1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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.
2020-06-10 13:27:35 -03:00
..
components Avoid mutating module export (#8775) 2020-06-10 13:27:35 -03:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
helpers Permissions: Do not display HTTP/HTTPS URL schemes for unique hosts (#8768) 2020-06-09 13:56:24 -07:00
hooks refactor token list (#8726) 2020-06-04 13:13:11 -05:00
pages Avoid mutating module export (#8775) 2020-06-10 13:27:35 -03:00
selectors Permissions: Do not display HTTP/HTTPS URL schemes for unique hosts (#8768) 2020-06-09 13:56:24 -07:00
store Implement asset page (#8696) 2020-06-01 14:54:32 -03:00