File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
25
25
const ArbosVersion_FixRedeemGas = uint64 (11 )
26
26
const ArbosVersion_Stylus = uint64 (30 )
27
27
const ArbosVersion_StylusFixes = uint64 (31 )
28
+ const ArbosVersion_StylusChargingFixes = uint64 (32 )
28
29
29
30
type ArbitrumChainParams struct {
30
31
EnableArbOS bool
@@ -114,7 +115,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
114
115
EnableArbOS : true ,
115
116
AllowDebugPrecompiles : true ,
116
117
DataAvailabilityCommittee : false ,
117
- InitialArbOSVersion : 31 ,
118
+ InitialArbOSVersion : 32 ,
118
119
InitialChainOwner : common.Address {},
119
120
}
120
121
}
@@ -124,7 +125,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
124
125
EnableArbOS : true ,
125
126
AllowDebugPrecompiles : true ,
126
127
DataAvailabilityCommittee : true ,
127
- InitialArbOSVersion : 31 ,
128
+ InitialArbOSVersion : 32 ,
128
129
InitialChainOwner : common.Address {},
129
130
}
130
131
}
You can’t perform that action at this time.
0 commit comments