diff --git a/index.html b/index.html index 56abacf..60bee2c 100644 --- a/index.html +++ b/index.html @@ -110,19 +110,19 @@

Consensus Client (externally produced blocks)

# Lighthouse (validator client)
---gas-limit 60000000
+--gas-limit 36000000
 
 # Lodestar (validator client)
---defaultGasLimit 60000000
+--defaultGasLimit 36000000
 
 # Nimbus
---suggested-gas-limit=60000000
+--suggested-gas-limit=36000000
 
 # Prysm (validator client)
---suggested-gas-limit 60000000
+--suggested-gas-limit 36000000
 
 # Teku
---Xvalidators-builder-registration-default-gas-limit 60000000
+--Xvalidators-builder-registration-default-gas-limit 36000000
 
@@ -133,19 +133,19 @@

Execution Client (locally produced blocks)

# Besu
---target-gas-limit 60000000
+--target-gas-limit 36000000
 
 # Erigon
---miner.gaslimit 60000000
+--miner.gaslimit 36000000
 
 # Geth
---miner.gaslimit 60000000
+--miner.gaslimit 36000000
 
 # Nethermind
---Blocks.TargetBlockGasLimit 60000000
+--Blocks.TargetBlockGasLimit 36000000
 
 # Reth
---builder.gaslimit 60000000
+--builder.gaslimit 36000000
 
@@ -248,13 +248,13 @@

Validator Check

CLIENT TEAMS - What you can do

-

Increase the gas limit to 60000000 in your client so +

Increase the gas limit to 36000000 in your client so it's the default in future releases. This will by far be the most effective way to make sure everyone is running clients with this configuration.

BIG POOLS - What you can do

-

Increase the gas limit to 60000000 in all your +

Increase the gas limit to 36000000 in all your clients.