Related to #2526 (this one is for L1) Currently, we have a hardcoded desired gas limit of 30M on the block builder: https://github.com/lambdaclass/ethrex/blob/9d61e15af6be80d7a2610c9eeea4357306e1d57e/crates/blockchain/payload.rs#L182 We should instead have this as a configurable value somewhere.