Skip to content

Commit 8b227bb

Browse files
authored
Merge pull request #102 from OffchainLabs/gligneul/fix/ensure-rollup-creation
Set ensure-rollup-deployment to false
2 parents fa19e22 + c177f28 commit 8b227bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function writeConfigs(argv: any) {
177177
const valJwtSecret = path.join(consts.configpath, "val_jwt.hex")
178178
const chainInfoFile = path.join(consts.configpath, "l2_chain_info.json")
179179
let baseConfig = {
180+
"ensure-rollup-deployment": false,
180181
"parent-chain": {
181182
"connection": {
182183
"url": argv.l1url,

0 commit comments

Comments
 (0)