Skip to content

Commit

Permalink
Merge pull request #9 from Layr-Labs/epociask--update-cfg
Browse files Browse the repository at this point in the history
update cfg
  • Loading branch information
ethenotethan authored Sep 10, 2024
2 parents eec4d41 + 3a58451 commit b1be4c4
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 b1be4c4

Please sign in to comment.