We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96426 commit 939c38cCopy full SHA for 939c38c
create-l2-rollup-example/scripts/setup-rollup.sh
@@ -394,7 +394,7 @@ generate_challenger_prestate() {
394
log_info "Copying chain configuration files..."
395
mkdir -p op-program/chainconfig/configs
396
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"
+ cp "$DEPLOYER_DIR/.deployer/genesis.json" "op-program/chainconfig/configs/${CHAIN_ID}-genesis-l2.json"
398
399
# Generate prestate
400
log_info "Generating reproducible prestate..."
0 commit comments