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.
2 parents fa19e22 + c177f28 commit 8b227bbCopy full SHA for 8b227bb
scripts/config.ts
@@ -177,6 +177,7 @@ function writeConfigs(argv: any) {
177
const valJwtSecret = path.join(consts.configpath, "val_jwt.hex")
178
const chainInfoFile = path.join(consts.configpath, "l2_chain_info.json")
179
let baseConfig = {
180
+ "ensure-rollup-deployment": false,
181
"parent-chain": {
182
"connection": {
183
"url": argv.l1url,
0 commit comments