Skip to content

Commit e47019f

Browse files
authored
Merge pull request #1545 from ethereum-optimism/zainbacchus-patch-3
Add RC-alpha for testing purposes
2 parents 44da3d8 + 94fa20a commit e47019f

File tree

5 files changed

+90
-7
lines changed

5 files changed

+90
-7
lines changed

pages/app-developers/tutorials/bridging/standard-bridge-custom-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This is just one example of the endless ways in which you could customize your L
8888

8989
Copy the following example contract into your new file:
9090

91-
```solidity file=<rootDir>/public/tutorials/standard-bridge-custom-token.sol#L1-L189 hash=07ca2fe7fcbbbe2dc06c07cb1fb72d91
91+
```solidity file=<rootDir>/public/tutorials/standard-bridge-custom-token.sol#L1-L189 hash=087b70cdb85338a213497a64dd049322
9292
```
9393

9494
{<h3>Review the example contract</h3>}

pages/stack/interop/tools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ Documentation covering Interop devnet, Supersim in the Interop section of the OP
2626

2727
<Card title="Interop devnet" href="/stack/interop/tools/devnet" icon={<img src="/img/icons/shapes.svg" />} />
2828

29+
<Card title="Release Candidate Alpha devnet" href="/stack/interop/tools/rc-alpha" icon={<img src="/img/icons/shapes.svg" />} />
30+
2931
</Cards>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"devnet": "Superchain interop devnet",
23
"supersim": "Supersim Multichain Development Environment",
3-
"devnet": "Interop devnet"
4+
"rc-alpha": "Release Candidate Alpha devnet"
45
}

pages/stack/interop/tools/devnet.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Interop devnet
3-
description: Details on the public interoperability devnet
2+
title: Superchain interop devnet
3+
description: Details on the public Superchain interoperability devnet
44
lang: en-US
55
content_type: guide
66
topic: interop-devnet
@@ -20,13 +20,13 @@ is_imported_content: 'false'
2020

2121
import { Callout, Tabs, Steps } from 'nextra/components'
2222

23-
# Interop devnet
23+
# Superchain interop devnet
2424

2525
<Callout>
26-
Interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications.
26+
Superchain interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications.
2727
</Callout>
2828

29-
The Interop devnet is a temporary public network of two OP Stack Sepolia instances that support Superchain interop enabling native ETH and SuperchainERC20 cross-chain token transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released.
29+
The Superchain interop devnet is a temporary public network of two OP Stack Sepolia instances that support Superchain interop enabling native ETH and SuperchainERC20 cross-chain token transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released.
3030

3131
## Interop devnet 0
3232

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Release candidate - Alpha
3+
description: Details on the public Release candidate - Alpha devnet
4+
lang: en-US
5+
content_type: guide
6+
topic: interop-devnet
7+
personas:
8+
- protocol-developer
9+
- app-developer
10+
categories:
11+
- testnet
12+
- protocol
13+
- interoperability
14+
- cross-chain-messaging
15+
- devnet
16+
- standard-bridge
17+
- superchain-registry
18+
is_imported_content: 'false'
19+
---
20+
21+
import { Callout, Tabs, Steps } from 'nextra/components'
22+
23+
# Release Candidate - Alpha
24+
25+
<Callout>
26+
Release candidate - Alpha devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for protocol testing only, and should not be relied upon for mission-critical applications.
27+
</Callout>
28+
29+
<Callout>
30+
Release Candidate - Alpha is meant only for protocol testing. If you're an application developer looking to test your interop-enabled application we recommend using the [Superchain interop devnet](https://docs.optimism.io/stack/interop/tools/devnet).
31+
</Callout>
32+
33+
## Interop RC Alpha 0
34+
35+
| Parameter | Value |
36+
| --------------------------- | -------------------------------------------------------------------------------- |
37+
| Network Name | `interop-rc-alpha-0` |
38+
| Chain ID | `420120003` |
39+
| Currency Symbol<sup>1</sup> | ETH |
40+
| Block Explorer | n/a |
41+
| Public RPC URL | [https://interop-rc-alpha-0.optimism.io](https://interop-rc-alpha-0.optimism.io) |
42+
| Sequencer URL | [https://interop-rc-alpha-0.optimism.io](https://interop-rc-alpha-0.optimism.io) |
43+
| OptimismPortal<sup>2</sup> | `0xbd80b66b60a6c6580aa0a92783bdb4c42b1405c4` |
44+
45+
## Interop RC Alpha 1
46+
47+
| Parameter | Value |
48+
| --------------------------- | -------------------------------------------------------------------------------- |
49+
| Network Name | `interop-rc-alpha-1` |
50+
| Chain ID | `420120004` |
51+
| Currency Symbol<sup>1</sup> | ETH |
52+
| Block Explorer | n/a |
53+
| Public RPC URL | [https://interop-rc-alpha-1.optimism.io](https://interop-rc-alpha-1.optimism.io) |
54+
| Sequencer URL | [https://interop-rc-alpha-1.optimism.io](https://interop-rc-alpha-1.optimism.io) |
55+
| OptimismPortal<sup>2</sup> | `0x92b3b2d4032492cd177fefa20e67c64826ccbc70` |
56+
57+
1. The "currency symbol" is required by some wallets like MetaMask.
58+
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.
59+
60+
## Bridging ETH to the Release Candidate - Alpha devnet
61+
62+
<Steps>
63+
### Get Sepolia ETH from the Superchain Faucet
64+
65+
You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on Sepolia.
66+
67+
### Send the Sepolia ETH to the devnet
68+
69+
You can send `ETH` directly to the `OptimismPortal` address and it will go to the same sender address on the devnet.
70+
71+
### Wait for bridging to complete
72+
73+
It'll take approximately 2 minutes for the bridging process from Sepolia to L2 to complete and the `ETH` to appear in your wallet.
74+
</Steps>
75+
76+
## Next steps
77+
78+
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
79+
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
80+
* View more [interop tutorials](/stack/interop/tutorials)

0 commit comments

Comments
 (0)