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 removed sorting for now due to performance concerns. Sorting requires loading all the pool data, which can take up to 20 seconds or more if Alchemy experiences slower response times.
We've made improvements to load as much as we can in parallel, however the expensive calls cannot be optimized with multicall, since eth_getBlock and eth_getLogs are not a part of the multicall spec.
DannyDelott
changed the title
Add Sorting to route search params
Add Sorting back to the pools list page
Dec 9, 2024
Followup to when Filtering was added, we should include sorting as well.
The text was updated successfully, but these errors were encountered: