From 3f7653c6bca8a3f855b5f3c9a5567aa6da438f58 Mon Sep 17 00:00:00 2001 From: "allen.wu" Date: Tue, 8 Sep 2026 16:05:39 +0800 Subject: [PATCH 1/2] adjust maxTxPayloadBytesPerBlock to 720 on qa net --- ops/l2-genesis/deploy-config/qanet-deploy-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/l2-genesis/deploy-config/qanet-deploy-config.json b/ops/l2-genesis/deploy-config/qanet-deploy-config.json index 530a442b7..f1948472b 100644 --- a/ops/l2-genesis/deploy-config/qanet-deploy-config.json +++ b/ops/l2-genesis/deploy-config/qanet-deploy-config.json @@ -11,7 +11,7 @@ "fundDevAccounts": false, "l1StartingBlockTag": "earliest", "maxTxPerBlock": 1000, - "maxTxPayloadBytesPerBlock": 122880, + "maxTxPayloadBytesPerBlock": 737280, "gasPriceOracleOverhead": 2500, "gasPriceOracleScalar": 1000000000, "gasPriceOracleOwner": "0x71612D2b36859fbad5865085be7c9dEB026bBCbC", From e0f021e39cf24c1a296d3548a5c90bf556c4bde2 Mon Sep 17 00:00:00 2001 From: "allen.wu" Date: Tue, 8 Sep 2026 16:13:10 +0800 Subject: [PATCH 2/2] adjust maxTxPayloadBytesPerBlock to 720 on devnet --- ops/l2-genesis/deploy-config/devnet-deploy-config.json | 1 + ops/l2-genesis/deploy-config/testnet-deploy-config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/ops/l2-genesis/deploy-config/devnet-deploy-config.json b/ops/l2-genesis/deploy-config/devnet-deploy-config.json index 7b8200198..9a16a5369 100644 --- a/ops/l2-genesis/deploy-config/devnet-deploy-config.json +++ b/ops/l2-genesis/deploy-config/devnet-deploy-config.json @@ -11,6 +11,7 @@ "fundDevAccounts": true, "l1StartingBlockTag": "earliest", "maxTxPerBlock": 1000, + "maxTxPayloadBytesPerBlock": 737280, "gasPriceOracleOverhead": 2500, "gasPriceOracleScalar": 1000000000, "gasPriceOracleOwner": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", diff --git a/ops/l2-genesis/deploy-config/testnet-deploy-config.json b/ops/l2-genesis/deploy-config/testnet-deploy-config.json index 27cd48bc3..92b808bf8 100644 --- a/ops/l2-genesis/deploy-config/testnet-deploy-config.json +++ b/ops/l2-genesis/deploy-config/testnet-deploy-config.json @@ -15,6 +15,7 @@ "l1StartingBlockTag": "earliest", "fundDevAccounts": false, "maxTxPerBlock": 100, + "maxTxPayloadBytesPerBlock": 737280, "stakingSequencerSize": 7, "stakingLockNumber": 3,