https://v2.archive.subsquid.io) when self-hosting will require an API key.
This change will not affect Cloud users relying on legacy gateways.
The API keys app
Register and create your gateway API key
Using an API key in Squid SDK
Check if your squid uses a legacy gateway
- If you have a
.setGateway()call in your processor or data source configuration, you’ll need to supply a key. - If your squid is Portal-based (
.setPortal()) or RPC-only (neither.setGateway()nor.setPortal()in processor configuration), you don’t need to do anything at the moment.