Skip to content

Commit

Permalink
Modify params
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Oct 25, 2024
1 parent 250da67 commit 3926bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function writeConfigs(argv: any) {
"enable": false,
"redis-url": argv.redisUrl,
"max-delay": "30s",
"max-size": 200000,
"max-size": 400000,
"l1-block-bound": "ignore",
"parent-chain-wallet" : {
"account": namedAddress("sequencer"),
Expand Down Expand Up @@ -236,7 +236,7 @@ function writeConfigs(argv: any) {
"execution": {
"sequencer": {
"enable": false,
"max-tx-data-size": 110000,
"max-tx-data-size": 210000,
},
"forwarding-target": "null",
},
Expand Down Expand Up @@ -443,7 +443,7 @@ function writeL2ChainConfig(argv: any) {
"InitialArbOSVersion": 30,
"InitialChainOwner": argv.l2owner,
"GenesisBlockNum": 0,
"MaxCodeSize": 150 * 1024,
"MaxCodeSize": 200 * 1024,
}
}
if (argv.espresso) {
Expand Down

0 comments on commit 3926bbf

Please sign in to comment.