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:
[x] 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.
[x] Show the trace support in /chains and docs.
[x] 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.