We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31a4ac5 + 7e795e5 commit 339b719Copy full SHA for 339b719
params/config_arbitrum.go
@@ -39,13 +39,14 @@ const ArbosVersion_32 = uint64(32)
39
const ArbosVersion_40 = uint64(40)
40
const ArbosVersion_41 = uint64(41)
41
const ArbosVersion_50 = uint64(50)
42
+const ArbosVersion_60 = uint64(60)
43
44
const ArbosVersion_FixRedeemGas = ArbosVersion_11
45
const ArbosVersion_Stylus = ArbosVersion_30
46
const ArbosVersion_StylusFixes = ArbosVersion_31
47
const ArbosVersion_StylusChargingFixes = ArbosVersion_32
48
const MaxArbosVersionSupported = ArbosVersion_50
-const MaxDebugArbosVersionSupported = ArbosVersion_50
49
+const MaxDebugArbosVersionSupported = ArbosVersion_60
50
const ArbosVersion_Dia = ArbosVersion_50
51
52
type ArbitrumChainParams struct {
0 commit comments