Skip to content

Commit

Permalink
Merge pull request #6 from Layr-Labs/epociask--feat-larger-batches
Browse files Browse the repository at this point in the history
Epociask  feat larger batches
  • Loading branch information
ethenotethan authored Aug 13, 2024
2 parents 13015ef + dfa9c4e commit 318efb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 318efb0

Please sign in to comment.