Skip to content

Commit

Permalink
feat: 🔐 Add spamFilteringTx FF in Code + Firebase (#7875)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Sep 23, 2024
1 parent 576cea3 commit 672875f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-planets-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/types-live": patch
"@ledgerhq/live-common": patch
---

Add spamFilteringTx FF
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ export const DEFAULT_FEATURES: Features = {
enableAppsBackup: DEFAULT_FEATURE,
web3hub: DEFAULT_FEATURE,
llmMarketQuickActions: DEFAULT_FEATURE,
spamFilteringTx: DEFAULT_FEATURE,
};

// Firebase SDK treat JSON values as strings
Expand Down
2 changes: 2 additions & 0 deletions libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export type Features = CurrencyFeatures & {
enableAppsBackup: Feature_EnableAppsBackup;
web3hub: Feature_web3hub;
llmMarketQuickActions: DefaultFeature;
spamFilteringTx: Feature_SpamFilteringTx;
};

/**
Expand Down Expand Up @@ -512,6 +513,7 @@ export type Feature_EnableAppsBackup = DefaultFeature;
export type Feature_web3hub = DefaultFeature;
export type Feature_lldNftsGalleryNewArch = DefaultFeature;
export type Feature_lldnewArchOrdinals = DefaultFeature;
export type Feature_SpamFilteringTx = DefaultFeature;

/**
* Utils types.
Expand Down

0 comments on commit 672875f

Please sign in to comment.