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
Comments
I was able further to repro this on our web app, where the same call hangs indefinitely. Wanted to note that the private RPC var I'm using is the same that we use on our web app so it already handles these size calls in dev/production so it should be able to handle them when used with supersim. Ref link for function
The text was updated successfully, but these errors were encountered:
eyezick
changed the title
Read call on forked chain hangs
Read call on forked chain times out
Jan 9, 2025
Environment information
Foundry version.
forge 0.3.0 (5a8bd89 2024-12-20T08:45:53.204298000Z)
Describe the bug
Large read calls on forked OP Mainnet time out consistently. Simpler calls to the same contract return data successfully.
Steps to reproduce
SUPERSIM_RPC_URL_OP=https://....
detected rpc override name=op
Comments
I was able further to repro this on our web app, where the same call hangs indefinitely. Wanted to note that the private RPC var I'm using is the same that we use on our web app so it already handles these size calls in dev/production so it should be able to handle them when used with supersim.
Ref link for function
The text was updated successfully, but these errors were encountered: