From b2189adb08e031bb17a3a9574457c49dfa37d4ee Mon Sep 17 00:00:00 2001 From: Joshua Colvin Date: Wed, 8 Oct 2025 10:06:11 -0700 Subject: [PATCH] Change MaxArbosVersionSupported to 40 To increase safety --- params/config_arbitrum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config_arbitrum.go b/params/config_arbitrum.go index f9362784eb..7ca6983f83 100644 --- a/params/config_arbitrum.go +++ b/params/config_arbitrum.go @@ -44,7 +44,7 @@ const ArbosVersion_FixRedeemGas = ArbosVersion_11 const ArbosVersion_Stylus = ArbosVersion_30 const ArbosVersion_StylusFixes = ArbosVersion_31 const ArbosVersion_StylusChargingFixes = ArbosVersion_32 -const MaxArbosVersionSupported = ArbosVersion_50 +const MaxArbosVersionSupported = ArbosVersion_40 const MaxDebugArbosVersionSupported = ArbosVersion_50 const ArbosVersion_Dia = ArbosVersion_50