Public gateways
info
Starting today (2025-02-23) all open private network gateways are rate limited at 50 requests per 10 seconds per IP. Higher bandwidths will soon become available via the public network.
EVM / Ethereum-compatible
This section lists public EVM gateways available from the open private network. If you are developing a squid, supply the gateway URL of your network to setGateway()
EvmBatchProcessor
configuration method, for example:
const processor = new EvmBatchProcessor()
.setGateway('https://v2.archive.subsquid.io/network/ethereum-mainnet')
See EVM API if you're looking to interface with one of these gateways directly.