Skip to content

Commit

Permalink
Use ArbOS version 5 in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edfelten authored and hkalodner committed Aug 5, 2022
1 parent 0fd6bfa commit 7389746
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 @@ -105,7 +105,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 3,
InitialArbOSVersion: 5,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -115,7 +115,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 3,
InitialArbOSVersion: 5,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 7389746

Please sign in to comment.