Fix mobile sync of ERC20 tokens (#10591)
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.feature/default_network_editable
parent
40ffaa7265
commit
79a7199a2f
Loading…
Reference in new issue