Skip to content

Commit

Permalink
Merge pull request ethereum#39 from OffchainLabs/stylus-arbos-30
Browse files Browse the repository at this point in the history
ArbOS 30 Dev Configs
  • Loading branch information
rachel-bousfield authored Apr 19, 2024
2 parents 64277ff + 75b0626 commit 527c512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 20,
InitialArbOSVersion: 30,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -120,7 +120,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 20,
InitialArbOSVersion: 30,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 527c512

Please sign in to comment.