Skip to content

Commit

Permalink
update block size config (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
FletcherMan authored Nov 25, 2024
1 parent c95ba43 commit 83f701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/l2-genesis/deploy-config/qanet-deploy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"fundDevAccounts": false,

"l1StartingBlockTag": "earliest",
"maxTxPerBlock": 10000,
"maxTxPayloadBytesPerBlock": 345000,
"maxTxPerBlock": 1000,
"maxTxPayloadBytesPerBlock": 122880,

"gasPriceOracleOverhead": 2500,
"gasPriceOracleScalar": 1000000000,
Expand Down

0 comments on commit 83f701e

Please sign in to comment.