From 712bec043726fd4165e7a8b0d8d0e84bc26ca192 Mon Sep 17 00:00:00 2001
From: chain_stone <35443121+hyunkicho@users.noreply.github.com>
Date: Wed, 16 Oct 2024 15:47:01 +0900
Subject: [PATCH] Update create-l2-rollup.mdx
when I used this tutorial script it says it is using sepolia but chain id in getting started is 1. people will encounter this error like me if there are any warning about it
---
.../builders/chain-operators/tutorials/create-l2-rollup.mdx | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx
index 856e789b9..950bf6aed 100644
--- a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx
+++ b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx
@@ -428,6 +428,11 @@ If the same `IMPL_SALT` is used to deploy the same contracts twice, the second d
**You can generate a new `IMPL_SALT` by running `direnv allow` anywhere in the Optimism Monorepo.**
+