Skip to content

Commit

Permalink
update cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Sep 10, 2024
1 parent 2817a9b commit 3a58451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function writeConfigs(argv: any) {
"batch-poster": {
"enable": false,
"redis-url": argv.redisUrl,
"max-delay": "5m",
"max-delay": "30s",
"wait-for-max-delay": false,
"max-eigenda-batch-size": 2_000_000, // 2MB
"l1-block-bound": "ignore",
Expand Down Expand Up @@ -352,7 +352,7 @@ function writeL2ChainConfig(argv: any) {
"EnableArbOS": true,
"AllowDebugPrecompiles": true,
"DataAvailabilityCommittee": false,
"InitialArbOSVersion": 30,
"InitialArbOSVersion": 31,
"EigenDA": true,
"InitialChainOwner": argv.l2owner,
"GenesisBlockNum": 0
Expand Down

0 comments on commit 3a58451

Please sign in to comment.