Skip to content

Commit

Permalink
Merge pull request #639 from OffchainLabs/Orbit_Bridge_UI
Browse files Browse the repository at this point in the history
Orbit bridge UI
  • Loading branch information
symbolpunk authored Oct 12, 2023
2 parents 1be6266 + bd97f92 commit c2185d7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "How to add your testnet Orbit chain to Arbitrum's bridge"
sidebar_label: "Add your testnet chain to Arbitrum's bridge"
description: "Learn how to add your testnet Orbit chain to Arbitrum's bridge."
author: ojurkowitz
sidebar_position: 2
---

import PublicPreviewBannerPartial from '../partials/_orbit-public-preview-banner-partial.md';

<PublicPreviewBannerPartial />

This how-to will walk you through the process of adding your testnet Orbit chain to [Arbitrum's bridge](https://bridge.arbitrum.io/).

## Prerequisites

- A local Orbit testnet chain. See the [Orbit quickstart](/launch-orbit-chain/orbit-quickstart).
- A browser-based Ethereum wallet (like [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn))

## Procedure

1. Navigate to https://bridge.arbitrum.io/.
2. Connect to Arbitrum Goerli or Sepolia using your wallet. The bridge UI will automatically switch to the correct testnet view.
- If you're connected to mainnet, and don't want to switch networks manually in your wallet, then you can enable testnet mode in the bridge by clicking on your address in the top right corner -> Settings -> Turn on testnet mode.
3. Go to Settings (on the bridge UI) and scroll down to "Add Testnet Orbit Chain":
![Orbit Bridge](../assets/orbit_bridge.png)
4. Copy and paste the JSON configuration from your generated `outputInfo.json` file.
5. Click "Add Chain".

Congratulations! Your chain should now appear in both the network dropdown in the top navigation pane, and as an option in the bridging UI directly.

1 comment on commit c2185d7

@vercel
Copy link

@vercel vercel bot commented on c2185d7 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.