Skip to content

Commit

Permalink
Merge pull request #102 from OffchainLabs/gligneul/fix/ensure-rollup-…
Browse files Browse the repository at this point in the history
…creation

Set ensure-rollup-deployment to false
  • Loading branch information
PlasmaPower authored Dec 12, 2024
2 parents fa19e22 + c177f28 commit 8b227bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function writeConfigs(argv: any) {
const valJwtSecret = path.join(consts.configpath, "val_jwt.hex")
const chainInfoFile = path.join(consts.configpath, "l2_chain_info.json")
let baseConfig = {
"ensure-rollup-deployment": false,
"parent-chain": {
"connection": {
"url": argv.l1url,
Expand Down

0 comments on commit 8b227bb

Please sign in to comment.