diff --git a/scripts/config.ts b/scripts/config.ts index f54aeae..c75d7cc 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -204,7 +204,9 @@ function writeConfigs(argv: any) { "batch-poster": { "enable": false, "redis-url": argv.redisUrl, - "max-delay": "30s", + "max-delay": "15m", + "wait-for-max-delay": true, + "max-eigenda-batch-size": 2_000_000, // 2MB "l1-block-bound": "ignore", "parent-chain-wallet" : { "account": namedAddress("sequencer"),