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
We're using Alchemy for our non-public RPC needs and it seems we started hitting the limits. The main reason is the newly added chains to the monitor.
Overall we need a thorough update on the RPCs we are using for the main chains we use. This update has several components:
Use a provider that has trace_transaction (preferred) or debug_traceTransaction support for a wide range of chains. This is needed to fetch the creation bytecodes of factory contracts.
Show the trace support in /chains and docs.
Distribute the monitor RPCs to free tiers to take load off the production server RPCs.
We're using Alchemy for our non-public RPC needs and it seems we started hitting the limits. The main reason is the newly added chains to the monitor.
Overall we need a thorough update on the RPCs we are using for the main chains we use. This update has several components:
trace_transaction
(preferred) ordebug_traceTransaction
support for a wide range of chains. This is needed to fetch the creation bytecodes of factory contracts./chains
and docs.The text was updated successfully, but these errors were encountered: