# One subgraph - multiple networks

**URL:** https://forum.thegraph.com/t/one-subgraph-multiple-networks/3440
**Category:** Questions & Feedback
**Created:** [June 29, 2022, 7:24pm UTC](https://forum.thegraph.com/t/one-subgraph-multiple-networks/3440 "2022-06-29T19:24:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![solod](https://avatars.discourse-cdn.com/v4/letter/s/838e76/32.png) [@solod](https://forum.thegraph.com/u/solod)
#### Post date: [June 29, 2022, 7:24pm UTC](https://forum.thegraph.com/t/one-subgraph-multiple-networks/3440/1 "2022-06-29T19:24:58Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![mantas](https://avatars.discourse-cdn.com/v4/letter/m/7bcc69/32.png) [@mantas](https://forum.thegraph.com/u/mantas)
#### Post date: [February 14, 2023, 11:41pm UTC](https://forum.thegraph.com/t/one-subgraph-multiple-networks/3440/2 "2023-02-14T23:41:41Z")

</div>

Did you find a solution?

---

<div class="post-metadata">

### Author: ![schmidsi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.thegraph.com/schmidsi/32/592_2.png) [@schmidsi](https://forum.thegraph.com/u/schmidsi)
#### Post date: [February 15, 2023, 6:07pm UTC](https://forum.thegraph.com/t/one-subgraph-multiple-networks/3440/3 "2023-02-15T18:07:30Z")

</div>

> [@solod](#):
>
> 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?

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](https://github.com/graphprotocol/graph-client/tree/main/examples/cross-chain-extension)
