Skip to content

Commit

Permalink
🚩 (llm): add account list feature flag (#8590)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey authored Dec 4, 2024
1 parent 4ad41d0 commit be4233c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/ninety-scissors-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/types-live": minor
"@ledgerhq/live-common": minor
---

Add feature flag for the rework of the assets list
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ export const DEFAULT_FEATURES: Features = {
},
},
llmRebornLP: { ...DEFAULT_FEATURE, params: { variant: ABTestingVariants.variantA } },
llmAccountListUI: DEFAULT_FEATURE,
};

// Firebase SDK treat JSON values as strings
Expand Down
1 change: 1 addition & 0 deletions libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export type Features = CurrencyFeatures & {
llmNetworkBasedAddAccountFlow: DefaultFeature;
llCounterValueGranularitiesRates: Feature_LlCounterValueGranularitiesRates;
llmRebornLP: Feature_LlmRebornLP;
llmAccountListUI: DefaultFeature;
};

/**
Expand Down

0 comments on commit be4233c

Please sign in to comment.