Skip to content

Commit

Permalink
Upgrade DevTestParams to ArbOS 31
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jun 21, 2024
1 parent 1b1a1ef commit 5a89d01
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 @@ -114,7 +114,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 30,
InitialArbOSVersion: 31,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -124,7 +124,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 30,
InitialArbOSVersion: 31,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 5a89d01

Please sign in to comment.