Skip to content
Merged
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
12 changes: 10 additions & 2 deletions pages/stack/interop/tools/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,18 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
1. The "currency symbol" is required by some wallets like MetaMask.
2. The `OptimismPortal` is a low-level contract responsible for passing messages between L1 and L2. You can send `ETH` directly to the portal to receive it to the sender address on the L2.

## Sending ETH to the interop devnets
## Getting testnet ETH on the interop devnet

<Steps>
### Get testnet ETH from the Superchain Faucet

You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on `interop-alpha-0` and `interop-alpha-1`.
</Steps>

## Bridging ETH to the interop devnet

<Steps>
### Get Sepolia ETH
### Get Sepolia ETH from the Superchain Faucet

You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on Sepolia.

Expand Down