From 053ae6329b074d2b609c6a8ba3e2b4fa4a2e5743 Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Sun, 20 Oct 2024 03:47:59 -0400 Subject: [PATCH] fix(CI): Update Dockerfile to use env for contracts commit - disable wait for max delay --- scripts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.ts b/scripts/config.ts index d20c5c2..217f0d6 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -205,7 +205,7 @@ function writeConfigs(argv: any) { "enable": false, "redis-url": argv.redisUrl, "max-delay": "15m", - "wait-for-max-delay": true, + "wait-for-max-delay": false, "max-eigenda-batch-size": 16_000_000, // 16MB "l1-block-bound": "ignore", "parent-chain-wallet" : {