Skip to content

Commit

Permalink
Merge branch 'master' into extend-node-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner authored Apr 27, 2022
2 parents 43a5131 + 19066e8 commit 25bdd8c
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 @@ -64,7 +64,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 2,
InitialArbOSVersion: 3,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -74,7 +74,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 2,
InitialArbOSVersion: 3,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 25bdd8c

Please sign in to comment.