From 9faf4f425c5d68b00da46bf7f0ff44485d754262 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 17 Dec 2024 13:03:00 +0100 Subject: [PATCH] sepolia: increase gas limit to 36k See https://github.com/status-im/infra-nimbus/issues/217 --- ansible/group_vars/nimbus.sepolia.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.sepolia.yml b/ansible/group_vars/nimbus.sepolia.yml index c14ba3a..587ffc9 100644 --- a/ansible/group_vars/nimbus.sepolia.yml +++ b/ansible/group_vars/nimbus.sepolia.yml @@ -26,7 +26,8 @@ geth_rpc_port: '{{ 8545 + idx|int + 11 }}' geth_authrpc_port: '{{ 8551 + idx|int + 11 }}' geth_websocket_port: '{{ 9546 + idx|int + 11 }}' # Parameter for waku RLN keystore generation -geth_extra_flags: '{{ ["--rpc.allow-unprotected-txs"] if idx == 0 }}' +geth_extra_flags_allow_unprotected_txs: '{{ ["--rpc.allow-unprotected-txs"] if idx == 0 else [] }}' +geth_extra_flags: '{{ [ "--miner.gaslimit 36000000" ] + geth_extra_flags_allow_unprotected_txs }}' # We map short names to branches to avoid too long service names. node_name_to_branch_map: