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
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.
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?