Skip to content

Commit

Permalink
Merge pull request #360 from OffchainLabs/stylus_chargingfixes
Browse files Browse the repository at this point in the history
Add constant for arbos v32: Stylus chargingfixes
  • Loading branch information
PlasmaPower authored Sep 24, 2024
2 parents de3d875 + 17cd001 commit 29cec57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
const ArbosVersion_FixRedeemGas = uint64(11)
const ArbosVersion_Stylus = uint64(30)
const ArbosVersion_StylusFixes = uint64(31)
const ArbosVersion_StylusChargingFixes = uint64(32)

type ArbitrumChainParams struct {
EnableArbOS bool
Expand Down Expand Up @@ -114,7 +115,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 31,
InitialArbOSVersion: 32,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -124,7 +125,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 31,
InitialArbOSVersion: 32,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 29cec57

Please sign in to comment.