Skip to content

Commit 29cec57

Browse files
authored
Merge pull request #360 from OffchainLabs/stylus_chargingfixes
Add constant for arbos v32: Stylus chargingfixes
2 parents de3d875 + 17cd001 commit 29cec57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

params/config_arbitrum.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
const ArbosVersion_FixRedeemGas = uint64(11)
2626
const ArbosVersion_Stylus = uint64(30)
2727
const ArbosVersion_StylusFixes = uint64(31)
28+
const ArbosVersion_StylusChargingFixes = uint64(32)
2829

2930
type ArbitrumChainParams struct {
3031
EnableArbOS bool
@@ -114,7 +115,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
114115
EnableArbOS: true,
115116
AllowDebugPrecompiles: true,
116117
DataAvailabilityCommittee: false,
117-
InitialArbOSVersion: 31,
118+
InitialArbOSVersion: 32,
118119
InitialChainOwner: common.Address{},
119120
}
120121
}
@@ -124,7 +125,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
124125
EnableArbOS: true,
125126
AllowDebugPrecompiles: true,
126127
DataAvailabilityCommittee: true,
127-
InitialArbOSVersion: 31,
128+
InitialArbOSVersion: 32,
128129
InitialChainOwner: common.Address{},
129130
}
130131
}

0 commit comments

Comments
 (0)