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/