[Node Operator Question] Can we configure max gas limit or block gas in L2 (Testnet) #367
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI am deploying L2 rollups testnet on L1 sepolia. Now i want to know if i can configure max gas limit or block gas in L2 rollups. If yes then how or what parameter i can use for that. Protocol Descriptionop-geth - Geth/v1.101311.1-rc.1-84b52dfd-20240423/linux-amd64/go1.21.6 Node LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes you can configure the max gas limit, see |
Beta Was this translation helpful? Give feedback.
Yes, I believe the parameter is
l2GenesisBlockGasLimit
and the value is a hex value. Example for30_000_000
gas