Files
web/apps/base-docs/docs/tools/bridges-mainnet.md
Ocenka c08106648e Fix typos and grammatical inconsistencies (#1429)
* typos bridges-mainnet.md

* typos 1_verify-contract-with-basescan.md

* typos types.ts

* typos useSetPrimaryBasename.ts
2024-12-20 10:09:50 +00:00

2.1 KiB

title, slug, description, keywords, hide_table_of_contents
title slug description keywords hide_table_of_contents
Superchain Bridges /tools/bridges Documentation for bridging assets to Base. This page covers how to bridge ETH and ERC-20s between Ethereum (L1) and Base along with essential information.
Base
Base network
bridging
bridge to Base
bridge ETH
bridge ETH to Base
Base Bridge
Wormhole Token Bridge
Ethereum Mainnet
Base Mainnet
ETH
ERC-20 tokens
asset bridging
true

Superchain Bridges


Superbridge

Superbridge enables you to bridge ETH and other supported assets from Ethereum mainnet (L1) directly to Base.

Supported Networks


Brid.gg

Brid.gg is another option that also helps you bridge ETH and supported assets between Ethereum mainnet (L1) and Base.

Supported Networks


:::info

Coinbase Technologies, Inc., provides links to the above independent service providers for your convenience but assumes no responsibility for their operations. Any interactions with these providers are solely between you and the provider.

:::


Programmatic Bridging

See the sample code repository to see how to bridge ETH and ERC-20s from Ethereum to Base.

:::caution

Double-check the token address for ERC-20s You can use any ERC-20 that is supported on the network. You can check what assets are on Base and the corresponding contract address via this hub. Ensure there is an address for base, example. Always test with small amounts to ensure the system is working as expected.

:::

:::caution This implementation only can bridge assets to Base. Do not attempt to alter the code to withdraw the assets.

:::