Skip to content

Commit

Permalink
fix(CI): Update Dockerfile to use env for contracts commit - disable …
Browse files Browse the repository at this point in the history
…wait for max delay
  • Loading branch information
epociask committed Oct 20, 2024
1 parent 590732c commit 053ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down

0 comments on commit 053ae63

Please sign in to comment.