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 has been archived by the owner on Apr 18, 2023. It is now read-only.
Hello I'm using this contracts to query the reserves for all pairs in automated market makers.
This pairs are very big in ethereum chain(≈60000) and it makes the contract give a timeout message. I just divide the calls in smaller batches but it becomes infeasible in binance smart chain where the pairs are 10 times greater and it would take a lot of time.
How can i make larger batches?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello I'm using this contracts to query the reserves for all pairs in automated market makers.
This pairs are very big in ethereum chain(≈60000) and it makes the contract give a timeout message. I just divide the calls in smaller batches but it becomes infeasible in binance smart chain where the pairs are 10 times greater and it would take a lot of time.
How can i make larger batches?
The text was updated successfully, but these errors were encountered: