graphprotocol / indexer

Graph Protocol indexer components and infrastructure
MIT License
234 stars 127 forks source link

Remove the hard-coded list of chains from the indexer #916

Open matthewdarwin opened 1 month ago

matthewdarwin commented 1 month ago

Ref: https://github.com/graphprotocol/indexer/issues/915

A lot more new chains are coming to the network. We cannot maintain a list of supported chains in multiple places. List of supported chains should be derived from the network subgraph or other canonical location.

matthewdarwin commented 1 month ago

See also https://github.com/graphprotocol/indexer/issues/905