From dd3201498155f323397ee2b67d469df819a965df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20V=C5=A9?= <64388705+vulh1209@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:52:15 +0700 Subject: [PATCH] Fix paths for chain configuration file copying Updated file paths for copying chain configuration files. --- .../tutorials/create-l2-rollup/op-challenger-setup.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chain-operators/tutorials/create-l2-rollup/op-challenger-setup.mdx b/chain-operators/tutorials/create-l2-rollup/op-challenger-setup.mdx index 51bb3fc7d..5442bfe41 100644 --- a/chain-operators/tutorials/create-l2-rollup/op-challenger-setup.mdx +++ b/chain-operators/tutorials/create-l2-rollup/op-challenger-setup.mdx @@ -52,8 +52,9 @@ The challenger needs the absolute prestate to participate in dispute games. Here ```bash # Assuming you're in rollup/challenger/optimism directory # Replace with your actual L2 chain ID - cp ../deployer/.deployer/rollup.json op-program/chainconfig/configs/-rollup.json - cp ../deployer/.deployer/genesis.json op-program/chainconfig/configs/-genesis.json + cp ../../deployer/.deployer/rollup.json op-program/chainconfig/configs/-rollup.json + # For op-challanger/v1.7.0 use ../../deployer/.deployer/genesis.json op-program/chainconfig/configs/-genesis-l2.json + cp ../../deployer/.deployer/genesis.json op-program/chainconfig/configs/-genesis.json # Your directory structure should look like: # rollup/