mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
79a7199a2f
In #10510 we changed how tokens are stored, keying them by `chainId` rather than network type. However we didn't update our mobile sync function to account for this, which ended up breaking the filtering logic used to prepare the data that is synced. Specifically, custom tokens added by users are filtered out to just those that are confirmed to be ERC20 tokens in our built-in list of tokens. This filters out unrecognized tokens and NFTs. The filtering logic has been restored to the pre-#10510 behaviour. |
||
---|---|---|
.. | ||
account-import-strategies | ||
constants | ||
controllers | ||
lib | ||
migrations | ||
platforms | ||
background.js | ||
chromereload.js | ||
contentscript.js | ||
disable-console.js | ||
first-time-state.js | ||
initSentry.js | ||
inpage.js | ||
metamask-controller.js | ||
phishing-detect.js | ||
runLockdown.js | ||
ui.js |