Skip to content

Commit 339b719

Browse files
authored
Merge branch 'master' into fix-simulated-beacon-fork-osaka-blobs
2 parents 31a4ac5 + 7e795e5 commit 339b719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

params/config_arbitrum.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ 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_60 = uint64(60)
4243

4344
const ArbosVersion_FixRedeemGas = ArbosVersion_11
4445
const ArbosVersion_Stylus = ArbosVersion_30
4546
const ArbosVersion_StylusFixes = ArbosVersion_31
4647
const ArbosVersion_StylusChargingFixes = ArbosVersion_32
4748
const MaxArbosVersionSupported = ArbosVersion_50
48-
const MaxDebugArbosVersionSupported = ArbosVersion_50
49+
const MaxDebugArbosVersionSupported = ArbosVersion_60
4950
const ArbosVersion_Dia = ArbosVersion_50
5051

5152
type ArbitrumChainParams struct {

0 commit comments

Comments
 (0)