Skip to content

Commit

Permalink
remove chainID from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenzung committed Dec 13, 2024
1 parent 0d459af commit dfeeced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tokamak/contracts-bedrock/scripts/start-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ generateL2Genesis() {
$projectRoot/op-node/bin/op-node genesis l2 \
--deploy-config $DEPLOY_CONFIG_PATH \
--l1-deployments $deployResultFile \
--outfile.l2 $outdir/genesis-$chainID.json \
--outfile.rollup $outdir/rollup-$chainID.json \
--outfile.l2 $outdir/genesis.json \
--outfile.rollup $outdir/rollup.json \
--l1-rpc $L1_RPC_URL

echo "Genesis file: $outdir/genesis-$chainID.json"
echo "Rollup file: $outdir/rollup-$chainID.json"
echo "Genesis file: $outdir/genesis.json"
echo "Rollup file: $outdir/rollup.json"
cd $currentPWD
}

Expand Down

0 comments on commit dfeeced

Please sign in to comment.