diff --git a/scripts/config.ts b/scripts/config.ts index 15bc6f7b..add522b2 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -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,