Skip to content

Commit 939c38c

Browse files
committed
fix setup script
setup fix
1 parent 6e96426 commit 939c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-l2-rollup-example/scripts/setup-rollup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ generate_challenger_prestate() {
394394
log_info "Copying chain configuration files..."
395395
mkdir -p op-program/chainconfig/configs
396396
cp "$DEPLOYER_DIR/.deployer/rollup.json" "op-program/chainconfig/configs/${CHAIN_ID}-rollup.json"
397-
cp "$DEPLOYER_DIR/.deployer/genesis.json" "op-program/chainconfig/configs/${CHAIN_ID}-genesis.json"
397+
cp "$DEPLOYER_DIR/.deployer/genesis.json" "op-program/chainconfig/configs/${CHAIN_ID}-genesis-l2.json"
398398

399399
# Generate prestate
400400
log_info "Generating reproducible prestate..."

0 commit comments

Comments
 (0)