From 3926bbfc909d13e6e1ca2d70d768ed90e193ecb8 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Fri, 25 Oct 2024 11:36:15 +0800 Subject: [PATCH] Modify params --- scripts/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/config.ts b/scripts/config.ts index f3736a6a..b569eed3 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -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"), @@ -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", }, @@ -443,7 +443,7 @@ function writeL2ChainConfig(argv: any) { "InitialArbOSVersion": 30, "InitialChainOwner": argv.l2owner, "GenesisBlockNum": 0, - "MaxCodeSize": 150 * 1024, + "MaxCodeSize": 200 * 1024, } } if (argv.espresso) {