# Supported Chains

## Supported chains

OpenR\&D is deployed on the following chains: (\* are testnets) Its address is also registered under [openrd.openmesh-network.eth](https://app.ens.domains/openrd.openmesh-network.eth)

| Chain              | Address                                    |
| ------------------ | ------------------------------------------ |
| Ethereum           | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Polygon            | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Sepolia\*          | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Arbitrum Sepolia\* | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |

OpenR\&D extensions are deployed on the following chains:

| Extension         | Chain              | Address                                    |
| ----------------- | ------------------ | ------------------------------------------ |
| RFPs              | Ethereum           | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Polygon            | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Sepolia\*          | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Arbitrum Sepolia\* | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| Dispute Proposals | Ethereum           | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Polygon            | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Sepolia\*          | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Arbitrum Sepolia\* | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Draft Proposals   | Ethereum           | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Polygon            | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Sepolia\*          | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Arbitrum Sepolia\* | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |

Anyone is able to deploy these contracts to the same address on other EVM chains using the CREATE2 factory located at [0x4e59b44847b379578588920ca78fbf26c0b4956c](https://github.com/Arachnid/deterministic-deployment-proxy) with the salt OPENMESH. The bytecode and source code can be found [here](https://github.com/Plopmenz/openrd-foundry). Do note that interacting with it through the web interface will require you to run your own forked version of the [OpenR\&D indexer](https://github.com/Plopmenz/openrd-indexer) and [OpenR\&D frontend](https://github.com/Plopmenz/openrd-frontend) with the new chain.
