Skip to content

Commit

Permalink
Merge pull request #199 from OffchainLabs/initial-arbos-11
Browse files Browse the repository at this point in the history
Initialize dev test chains with ArbOS version 11
  • Loading branch information
PlasmaPower authored Feb 23, 2023
2 parents f5dfc42 + da562f3 commit 01cc043
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 @@ -104,7 +104,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 10,
InitialArbOSVersion: 11,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -114,7 +114,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 10,
InitialArbOSVersion: 11,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 01cc043

Please sign in to comment.