From 921b74d8655f6a3c1b92d1b21c22acb164e93010 Mon Sep 17 00:00:00 2001 From: NeoPlays <80448387+NeoPlays@users.noreply.github.com> Date: Thu, 22 May 2025 14:04:22 +0200 Subject: [PATCH] UPDATE: Reth Gas Limit Expert Mode Option --- launcher/src/store/services.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/src/store/services.js b/launcher/src/store/services.js index f2a3ecafe..f36d6d7fb 100755 --- a/launcher/src/store/services.js +++ b/launcher/src/store/services.js @@ -1828,8 +1828,8 @@ export const useServices = defineStore("services", { type: "text", changeValue: null, icon: "/img/icon/service-setting-icons/GasLimitIcon.png", - pattern: ["(- --max_cumulative_gas=)(.*)(\\n)"], - commands: ["--max_cumulative_gas"], + pattern: ["(- --txpool.gas-limit=)(.*)(\\n)"], + commands: ["--txpool.gas-limit"], }, { title: "RPC Authentication Host Address",