Skip to content

Commit

Permalink
Merge pull request ethereum#97 from OffchainLabs/arbos-version-4
Browse files Browse the repository at this point in the history
Update ArbOS version to 4
  • Loading branch information
rachel-bousfield committed May 6, 2022
2 parents 6ff0381 + ff0537a commit 8399804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config_arbitrum.go
Expand Up @@ -64,7 +64,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 3,
InitialArbOSVersion: 4,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -74,7 +74,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 3,
InitialArbOSVersion: 4,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 8399804

Please sign in to comment.