Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Refactor Redux #163

@d-mooers

Description

@d-mooers

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.

Metadata

Metadata

Assignees

Labels

CleanupRemove code we don't need

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions