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?
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?
Did you find a solution?
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