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.** + +If you see a nondescript error that includes `[Revert] revert: Misconfigured networks: ` +you should change the network ID in contracts-bedrock/deployments/getting-started/.chainId from 1 to the network ID you intend to use as Layer 1. For example, change it to 11155111 if you are using the Sepolia network. + + {

Generate contract artifacts

} ```bash