You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are indefinitely persisting added Safes, the address book, pinned Safe apps and likely others, regardless of currently supported chains. If chain support is deprecated, these entries remain.
As services associated with deprecation are removed, this can cause issues down the line, e.g. #2584. We should sanitise the local state in accordance with the supported chains. However, we need to consider that removing store entries is not reversible.
The text was updated successfully, but these errors were encountered:
We could have a "safe read local storage" where we filter out unsupported chains whenever they are read instead of removing them from the users local storage.
What is the feature about
We are indefinitely persisting added Safes, the address book, pinned Safe apps and likely others, regardless of currently supported chains. If chain support is deprecated, these entries remain.
As services associated with deprecation are removed, this can cause issues down the line, e.g. #2584. We should sanitise the local state in accordance with the supported chains. However, we need to consider that removing store entries is not reversible.
The text was updated successfully, but these errors were encountered: