Skip to content

Commit

Permalink
Finalize ArbOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Nov 22, 2023
1 parent 5fec2e6 commit df93361
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arbos/arbosState/arbosstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,6 @@ func (state *ArbosState) UpgradeArbosVersion(
l1pricing.L1PricerFundsPoolAddress,
)))
case 10:
if !chainConfig.DebugMode() {
// This upgrade isn't finalized so we only want to support it for testing
return fmt.Errorf(
"the chain is upgrading to unsupported ArbOS version %v, %w",
state.arbosVersion+1,
ErrFatalNodeOutOfDate,
)
}
// Update the PerBatchGasCost to a more accurate value compared to the old v6 default.
ensure(state.l1PricingState.SetPerBatchGasCost(l1pricing.InitialPerBatchGasCostV12))

Expand Down

0 comments on commit df93361

Please sign in to comment.