1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/store
Mark Stacey e89540fd94
Fix token decimal type (#8670)
The `decimals` property of tokens was being set as a string instead of
a Number for any tokens added via `getTokenParams`. It's now cast to a
Number instead.
2020-05-27 22:33:59 -03:00
..
actionConstants.js Export each action constant directly (#8536) 2020-05-06 16:26:09 -02:30
actions.js Fix token decimal type (#8670) 2020-05-27 22:33:59 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30