From 6ad495beb0e618b7abb2c620d1c8075f23b0f443 Mon Sep 17 00:00:00 2001 From: Johnny D Date: Thu, 14 Sep 2023 22:13:19 +1000 Subject: [PATCH] Flip settings feature flags (new edit cycle and nft pages) --- src/utils/featureFlags.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) => {