Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 305 forks source link

Only paging to filtered data #285

Closed ngduythao closed 1 year ago

ngduythao commented 1 year ago

I have modified the code to only paginate the processed information, rather than the raw data. This change allows for more efficient processing of large datasets and reduces the load on the system.

I have thoroughly tested this change and ensured that it does not affect any existing functionality. All tests have passed successfully.

Please review and merge this pull request at your convenience.

Thank you for considering this contribution.