Skip to content

Commit

Permalink
Merge pull request #6509 from LedgerHQ/support/live-11575
Browse files Browse the repository at this point in the history
Cleanup references to protectServicesDiscoverDesktop Feature Flag
  • Loading branch information
KVNLS authored Mar 22, 2024
2 parents f32ae7e + ba5c49b commit b30a854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/violet-cycles-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/types-live": minor
"@ledgerhq/live-common": minor
---

Cleanup references to protectServicesDiscoverDesktop Feature Flag
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const DEFAULT_FEATURES: Features = {
disableNftRaribleOpensea: DEFAULT_FEATURE,
disableNftSend: DEFAULT_FEATURE,
staxWelcomeScreen: DEFAULT_FEATURE,
protectServicesDiscoverDesktop: DEFAULT_FEATURE,
listAppsV2minor1: DEFAULT_FEATURE,
flexibleContentCards: DEFAULT_FEATURE,
ethStakingProviders: initFeature(),
Expand Down
2 changes: 0 additions & 2 deletions libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export type Features = CurrencyFeatures & {
newsfeedPage: Feature_NewsfeedPage;
domainInputResolution: Feature_DomainInputResolution;
discover: Feature_Discover;
protectServicesDiscoverDesktop: Feature_ProtectServicesDiscoverDesktop;
transactionsAlerts: Feature_TransactionsAlerts;
listAppsV2minor1: Feature_ListAppsV2minor1;
fetchAdditionalCoins: Feature_FetchAdditionalCoins;
Expand Down Expand Up @@ -461,7 +460,6 @@ export type Feature_PtxServiceCtaExchangeDrawer = DefaultFeature;
export type Feature_PtxServiceCtaScreens = DefaultFeature;
export type Feature_PortfolioExchangeBanner = DefaultFeature;
export type Feature_Objkt = DefaultFeature;
export type Feature_ProtectServicesDiscoverDesktop = DefaultFeature;
export type Feature_ListAppsV2minor1 = DefaultFeature;
export type Feature_BrazeLearn = DefaultFeature;
export type Feature_PtxSwapMoonpayProvider = DefaultFeature;
Expand Down

0 comments on commit b30a854

Please sign in to comment.