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
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Token objects are non-serializable, so when we store them in redux our site takes a performance hit. If we fix this we should see a significant performance improvement
Describe the solution you'd like
We can refactor redux to only store token addresses, and then use the token addresses to grab the token object from a separate object. This will mainly involve work in the stableSwap hooks file.