Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

A bridge between Base and blockchains outside the Ethereum ecosystem. Currently has support for Solana.

> [!WARNING]
>
> The bridge is only live on testnet between Solana Devnet <> Base Sepolia. The code is a WIP and has not yet been audited. Do not use in production!!

<!-- Badge row 1 - status -->

[![GitHub contributors](https://img.shields.io/github/contributors/base/bridge)](https://github.com/base/bridge/graphs/contributors)
Expand Down
1 change: 1 addition & 0 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A cross-chain bridge implementation that enables seamless message passing and to

## Contract Addresses

- **Base Mainnet Bridge**: `0x3eff766C76a1be2Ce1aCF2B69c78bCae257D5188`
- **Base Sepolia Bridge**: `0x01824a90d32A69022DdAEcC6C5C14Ed08dB4EB9B`

## Overview
Expand Down
4 changes: 4 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Interactive command-line interface for managing the Base-Solana bridge operations.

> [!WARNING]
>
> The scripts in this directory are for example purposes only and have not been audited. Use at your own risk.

## Setup

```bash
Expand Down
3 changes: 3 additions & 0 deletions solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A cross-chain bridge program that enables seamless message passing between Solan

## Program IDs

- **Mainnet Bridge**: `HNCne2FkVaNghhjKXapxJzPaBvAKDG1Ge3gqhZyfVWLM`
- **Mainnet Base Relayer**: `g1et5VenhfJHJwsdJsDbxWZuotD5H4iELNG61kS4fb9`

- **Devnet Bridge**: `7c6mteAcTXaQ1MFBCrnuzoZVTTAEfZwa6wgy4bqX3KXC`
- **Devnet Base Relayer**: `56MBBEYAtQAdjT4e1NzHD8XaoyRSTvfgbSVVcEcHj51H`

Expand Down
Loading