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 1/2] 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, From f271625b4daf5a4f61d2f608902e345321e38279 Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg Date: Thu, 3 Apr 2025 17:10:34 -0600 Subject: [PATCH 2/2] enable prague on l1 --- scripts/config.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/scripts/config.ts b/scripts/config.ts index add522b2..27795c18 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -69,7 +69,20 @@ function writeGethGenesisConfig(argv: any) { "shanghaiTime": 0, "cancunTime": 1706778826, "terminalTotalDifficulty": 0, - "terminalTotalDifficultyPassed": true + "terminalTotalDifficultyPassed": true, + "pragueTime": 1706778826, + "blobSchedule": { + "cancun": { + "target": 3, + "max": 6, + "baseFeeUpdateFraction": 3338477 + }, + "prague": { + "target": 3, + "max": 6, + "baseFeeUpdateFraction": 3338477 + } + } }, "difficulty": "0", "extradata": "0x00000000000000000000000000000000000000000000000000000000000000003f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E0B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",