From 71e766a0d91d8d993785ba13bb5890bacfc669c1 Mon Sep 17 00:00:00 2001 From: yawarasuuna <136066435+yawarasuuna@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:55:02 -0300 Subject: [PATCH] Update index with 36MM.html Fixes #6 --- index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 56abacf..60bee2c 100644 --- a/index.html +++ b/index.html @@ -110,19 +110,19 @@
# 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
# 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
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.
Increase the gas limit to 60000000
in all your
+
Increase the gas limit to 36000000
in all your
clients.