Skip to content

Tutorial: custom bridges (also how do have SuperchainERC20 equivalence without using the same addresses) #1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

qbzzt
Copy link
Contributor

@qbzzt qbzzt commented Apr 14, 2025

Description

How to make a custom bridge, and how to use that when you can upgrade your ERC-20 but you can't create ERC-20 in the same address elsewhere.

Tests

N/A

Additional context

N/A

Metadata

This should be merged after #1525

@qbzzt qbzzt changed the title Tutorial: custom bridges (also Tutorial: custom bridges (also how do have SuperchainERC20 equivalence without using the same addresses) Apr 14, 2025
Copy link

netlify bot commented Apr 14, 2025

Deploy Preview for docs-optimism ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit b3535ad
🔍 Latest deploy log https://app.netlify.com/sites/docs-optimism/deploys/67fd62cc06449700084efa3d
😎 Deploy Preview https://deploy-preview-1574--docs-optimism.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -0,0 +1,326 @@
---
title: Custom interoperability bridge
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Building a custom bridge

<Callout>
The SuperchainERC20 standard is ready for production deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>
Copy link
Contributor

Choose a reason for hiding this comment

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

this call out is not relevant

## Overview

Sometimes the address of an ERC20 contract is not available on a different chain.
This means that the [standard bridge](/interop/superchain-erc20) is not an option.
Copy link
Contributor

Choose a reason for hiding this comment

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

SupercahinTokenBridge

Copy link
Contributor

Choose a reason for hiding this comment

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

SuperchainTokenBridge***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants