Skip to content

Commit

Permalink
update arbitrum dev chains to arbos 32
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Sep 19, 2024
1 parent 64c91dd commit 17cd001
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 @@ -115,7 +115,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 31,
InitialArbOSVersion: 32,
InitialChainOwner: common.Address{},
}
}
Expand All @@ -125,7 +125,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: true,
DataAvailabilityCommittee: true,
InitialArbOSVersion: 31,
InitialArbOSVersion: 32,
InitialChainOwner: common.Address{},
}
}
Expand Down

0 comments on commit 17cd001

Please sign in to comment.