Skip to content

Commit 42a3074

Browse files
Merge pull request #583 from OffchainLabs/arbos_51
params: define arbos_51
2 parents 21a80cb + f7d7147 commit 42a3074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

params/config_arbitrum.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@ const ArbosVersion_32 = uint64(32)
3939
const ArbosVersion_40 = uint64(40)
4040
const ArbosVersion_41 = uint64(41)
4141
const ArbosVersion_50 = uint64(50)
42+
const ArbosVersion_51 = uint64(51)
4243
const ArbosVersion_60 = uint64(60)
4344

4445
const ArbosVersion_FixRedeemGas = ArbosVersion_11
4546
const ArbosVersion_Stylus = ArbosVersion_30
4647
const ArbosVersion_StylusFixes = ArbosVersion_31
4748
const ArbosVersion_StylusChargingFixes = ArbosVersion_32
4849
const MaxArbosVersionSupported = ArbosVersion_50
49-
const MaxDebugArbosVersionSupported = ArbosVersion_60
50+
const MaxDebugArbosVersionSupported = ArbosVersion_51
5051
const ArbosVersion_Dia = ArbosVersion_50
52+
const ArbosVersion_MultiConstraintFix = ArbosVersion_51
5153

5254
type ArbitrumChainParams struct {
5355
EnableArbOS bool

0 commit comments

Comments
 (0)