Skip to content

Commit

Permalink
Merge pull request #333 from OffchainLabs/arbos-version-stylus-fixes
Browse files Browse the repository at this point in the history
Add ArbosVersion_StylusFixes
  • Loading branch information
PlasmaPower authored Jul 8, 2024
2 parents ed3aa85 + e35bf9c commit 71b0d6b
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 @@ -24,6 +24,7 @@ import (

const ArbosVersion_FixRedeemGas = uint64(11)
const ArbosVersion_Stylus = uint64(30)
const ArbosVersion_StylusFixes = uint64(31)

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

0 comments on commit 71b0d6b

Please sign in to comment.