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
Long term, those should be the only place pool types are used. Once we have the prices query, and once the pool detail page is migrated to tRPC, we won't need the existing pools package and it and all other pools queries should be deleted.
Currently, we hardcode pool types as strings:
osmosis-frontend/packages/web/server/queries/complex/pools/index.ts
Lines 10 to 17 in 71528ee
Instead, these should be enum values imported from a single file rather than hardcoded in various locations
Acceptance Criteria
The text was updated successfully, but these errors were encountered: