From c177f282340285bcdae2d6a784547e2bb8b97498 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Thu, 12 Dec 2024 12:56:40 -0300 Subject: [PATCH] Set ensure-rollup-deployment to false Disable this feature because the testnode doesn't support finalized blocks. --- scripts/config.ts | 1 + 1 file changed, 1 insertion(+) 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,