diff --git a/src/utils/featureFlags.ts b/src/utils/featureFlags.ts index 74940b2d9d..77e2cfd5d3 100644 --- a/src/utils/featureFlags.ts +++ b/src/utils/featureFlags.ts @@ -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) => {