Skip to content

Commit

Permalink
Enable rollup.superchain-upgrades flag by default
Browse files Browse the repository at this point in the history
This will ensure that nodes are automatically upgraded to the correct hardfork
if the op-network flag is not set but the node is upgraded to the HF ready
version.
  • Loading branch information
trianglesphere committed Dec 11, 2023
1 parent 083e146 commit a5c98a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ var (
Aliases: []string{"beta.rollup.superchain-upgrades"},
Usage: "Apply superchain-registry config changes to the local chain-configuration",
Category: flags.RollupCategory,
Value: true,
}

// Metrics flags
Expand Down

0 comments on commit a5c98a5

Please sign in to comment.