Skip to content

Commit

Permalink
Flip settings feature flags (new edit cycle and nft pages)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth committed Sep 14, 2023
1 parent 414f05a commit 6ad495b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/utils/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ const FEATURE_FLAG_DEFAULTS: {
goerli: true,
localhost: true,
},
[FEATURE_FLAGS.NEW_CYCLE_CONFIG_PAGE]: {
mainnet: true,
goerli: true,
localhost: true,
},
[FEATURE_FLAGS.NEW_EDIT_NFTS]: {
mainnet: true,
goerli: true,
localhost: true,
},
}

const featureFlagKey = (baseKey: string) => {
Expand Down

0 comments on commit 6ad495b

Please sign in to comment.