Skip to content

Commit

Permalink
Merge pull request bnb-chain#164 from ethereum-optimism/superchain-up…
Browse files Browse the repository at this point in the history
…grades-flag

cmd: rollup.superchain-upgrades out of beta
  • Loading branch information
protolambda authored Oct 19, 2023
2 parents 63125bd + 9fa16ea commit dc82a3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,10 @@ var (
Category: flags.RollupCategory,
}
RollupSuperchainUpgradesFlag = &cli.BoolFlag{
Name: "beta.rollup.superchain-upgrades",
Usage: "Beta feature: apply superchain-registry config changes to the local chain-configuration",
Category: flags.EthCategory,
Name: "rollup.superchain-upgrades",
Aliases: []string{"beta.rollup.superchain-upgrades"},
Usage: "Apply superchain-registry config changes to the local chain-configuration",
Category: flags.RollupCategory,
}

// Metrics flags
Expand Down

0 comments on commit dc82a3d

Please sign in to comment.