Skip to content

Commit

Permalink
Add supported parent chain page
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsamoosavi committed Nov 15, 2024
1 parent 8e7d038 commit 5d57a4f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 12 deletions.

This file was deleted.

63 changes: 63 additions & 0 deletions arbitrum-docs/launch-orbit-chain/orbit-supported-parent-chains.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: 'Supported parent chains'
sidebar_label: 'Supported parent chains'
description: ''
sidebar_position: 2
author: mahsamoosavi
sme: mahsamoosavi
editor: anegg0
target_audience:
---

This page lists the parent chains that are officially supported in Orbit, including mainnets, testnets, and options for local development. While the Orbit SDK provides functionality to enable custom parent chains, support is limited to the chains explicitly listed on this page. Developers are welcome to use the Orbit SDK to configure and deploy custom parent chains; however, such setups, including deploying the required creator and template contracts, are beyond the scope of our official support.

:::caution Supported Chains Only

Please note that we cannot guarantee compatibility or offer assistance for custom configurations outside of the supported chains detailed below.

:::

#### Supported chains

<div class="chain-cards">

- **Ethereum Mainnet**
**Chain ID:** `1`

- **Arbitrum One**
**Chain ID:** `42161`

- **Arbitrum Nova**
**Chain ID:** `42170`

- **Base**
**Chain ID:** `8453`

- **Sepolia**
**Chain ID:** `11155111`

- **Holesky**
**Chain ID:** `17000`

- **Arbitrum Sepolia**
**Chain ID:** `421613`

- **Base Sepolia**
**Chain ID:** `84531`

- **Nitro Testnode L1**
**Chain ID:** `1337`

- **Nitro Testnode L2**
**Chain ID:** `412346`

- **Nitro Testnode L3**
**Chain ID:** `333333`

</div>

### Adding custom parent chains

Although Orbit primarily supports a predefined set of chains, it provides developers with the flexibility to add custom parent chains through [the `registerCustomParentChain` function of the Orbit SDK](https://github.com/OffchainLabs/arbitrum-orbit-sdk/blob/729facd4d50156d7a84cf1204552c900eb86655c/src/chains.ts#L102). This capability enables integration with chains beyond the officially supported list, offering opportunities for customization and expanding the Orbit ecosystem.

However, adding a custom chain requires deploying essential contracts, such as the creator contract and template contract, on the target chain. These contracts are fundamental for ensuring the proper functioning of the Orbit framework on the custom chain.
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ const sidebars = {
},
{
type: 'doc',
id: 'launch-orbit-chain/orbit-supported-parent-chains-and-configurations',
label: 'Supported parent chains and configurations',
id: 'launch-orbit-chain/orbit-supported-parent-chains',
label: 'Supported parent chains',
},
],
},
Expand Down

0 comments on commit 5d57a4f

Please sign in to comment.