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
Which requests are you talking about specifically? I think most of our requests are sequentally depending on one another. E.g. to fetch the second page of orders, we need information that we can only extract from the first page.
We are making a lot of requests in a row. It would be more efficient to batch them together. There is a BatchTransport in web3.
The text was updated successfully, but these errors were encountered: