Skip to content

Commit 3cc152a

Browse files
Update pages/builders/chain-operators/tutorials/create-l2-rollup.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a2e4533 commit 3cc152a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pages/builders/chain-operators/tutorials/create-l2-rollup.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,12 @@ git checkout tutorials/chain
125125
```
126126

127127
<Callout type="warning">
128-
The components in the `tutorials/chain` branch are outdated and may not work as expected.
129-
To ensure compatibility and stability, you will download the latest releases of `op-node`, `op-batcher`, and `op-proposer` from the Optimism releases page.
130-
These latest versions will override any outdated components in the `tutorials/chain` branch.
128+
The components in the `tutorials/chain` branch are outdated and may have compatibility issues with the latest L1 networks.
129+
To ensure compatibility and stability, you will:
130+
1. Download the latest releases of `op-node`, `op-batcher`, and `op-proposer` from the Optimism releases page
131+
2. Use these latest versions to override the outdated components in the `tutorials/chain` branch
132+
3. Maintain compatibility with current L1 network specifications
133+
</Callout>
131134
</Callout>
132135

133136
{<h3> Download the latest Optimism releases </h3>}

0 commit comments

Comments
 (0)