Summary
- Added support for L2 protocol chains (i.e Arbitrum-Goerli and Arbitrum-One)
- Added support for some subgraph indexing chains: Hardhat, Avalanche, Celo, Optimism, Arbitrum, Arbitrum-Goerli
- Support using a config file to set startup arguments in indexer-service (already supported in indexer-agent)
- Fix: add network-subgraph-deployment startup argument to indexer-service, so indexer-service can use a local network subgraph
What's Changed (PRs)
- Add CAIP-2 entry for chain 1337 by @Theodus in #571
- indexer-agent,indexer-service: Startup argument parsing updates and cleanup by @fordN in #572
- indexer-common: Support arbitrum-goerli, and arbitrum by @fordN in #561
- Support L2 protocol chains in indexer-agent: Use
EpochSubgraph
to fetch block numbers instead ofEpochManager
by @tilacog in #573 - indexer-common: Add avalanche, polygon, celo, & optimism to chain alias lookups by @fordN in #577
- Forward graph-attestable header for free queries by @Theodus in #576
Full Changelog: v0.20.8...v0.20.9