diff --git a/scripts/config.ts b/scripts/config.ts index 23ecff4f..f48d0c86 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -202,6 +202,7 @@ function writeConfigs(argv: any) { "redis-url": argv.redisUrl, "max-delay": "30s", "l1-block-bound": "ignore", + "post-4844-blobs": false, "parent-chain-wallet" : { "account": namedAddress("sequencer"), "password": consts.l1passphrase,