From 900498311f187702cb048a04612742f828895ee7 Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Thu, 27 Nov 2025 17:03:46 +1100 Subject: [PATCH] Add rpc-gas-cap to 50M --- clients/besu/besu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/besu/besu.sh b/clients/besu/besu.sh index 48c6ec879e..fb960ce951 100644 --- a/clients/besu/besu.sh +++ b/clients/besu/besu.sh @@ -122,7 +122,7 @@ fi if [ "$HIVE_MINER_EXTRA" != "" ]; then FLAGS="$FLAGS --miner-extra-data=$HIVE_MINER_EXTRA" fi -FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0 --Xeth-capability-max=69" +FLAGS="$FLAGS --min-gas-price=1 --tx-pool-price-bump=0 --rpc-gas-cap=50000000" # Configure peer-to-peer networking. if [ "$HIVE_BOOTNODE" != "" ]; then