diff --git a/src/el/ethrex/ethrex_launcher.star b/src/el/ethrex/ethrex_launcher.star index dd9c03abb..75611f510 100644 --- a/src/el/ethrex/ethrex_launcher.star +++ b/src/el/ethrex/ethrex_launcher.star @@ -183,6 +183,9 @@ def get_config( ) ) + if network_params.gas_limit > 0: + cmd.append("--block-producer.gas-limit={0}".format(network_params.gas_limit)) + if len(participant.el_extra_params) > 0: # this is a repeated, we convert it into Starlark cmd.extend([param for param in participant.el_extra_params])