Optimizing Gas Costs for Subgraph Deployments
- INDEXERS
How can I optimize gas costs for my subgraph deployments on different chains?
Answers1
Refactor your contract to emit extra data in event handlers, or use indexing or call handlers depending on the chain and data size.