File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,17 @@ const ArbosVersion_32 = uint64(32)
3939const ArbosVersion_40 = uint64 (40 )
4040const ArbosVersion_41 = uint64 (41 )
4141const ArbosVersion_50 = uint64 (50 )
42+ const ArbosVersion_51 = uint64 (51 )
4243const ArbosVersion_60 = uint64 (60 )
4344
4445const ArbosVersion_FixRedeemGas = ArbosVersion_11
4546const ArbosVersion_Stylus = ArbosVersion_30
4647const ArbosVersion_StylusFixes = ArbosVersion_31
4748const ArbosVersion_StylusChargingFixes = ArbosVersion_32
4849const MaxArbosVersionSupported = ArbosVersion_50
49- const MaxDebugArbosVersionSupported = ArbosVersion_60
50+ const MaxDebugArbosVersionSupported = ArbosVersion_51
5051const ArbosVersion_Dia = ArbosVersion_50
52+ const ArbosVersion_MultiConstraintFix = ArbosVersion_51
5153
5254type ArbitrumChainParams struct {
5355 EnableArbOS bool
You can’t perform that action at this time.
0 commit comments