One subgraph - multiple networks

Hello.

I have the same contract deployed on eth and bnb.
I would like for these two networks to have a common subgraph so that the data does not repeat.
Is it possible to have events from two networks stored in the same subgraph?

1 Like

Did you find a solution?

1 Like

It’s currently not possible directly in a subgraph, the proposed solution is to deploy one subgraph per chain and then combine them with Graph Client. Example here: https://github.com/graphprotocol/graph-client/tree/main/examples/cross-chain-extension

2 Likes