Skip to content

Commit

Permalink
feat(llm): create llm wallet sync arch and ff
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Jun 10, 2024
1 parent 117aca7 commit a2505de
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/violet-lemons-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/types-live": patch
"@ledgerhq/live-common": patch
"live-mobile": patch
---

Create Wallet sync arch inside LLM and add FF
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ export const DEFAULT_FEATURES: Features = {
},
spamReportNfts: DEFAULT_FEATURE,
lldWalletSync: DEFAULT_FEATURE,
llmWalletSync: DEFAULT_FEATURE,
lldNftsGalleryNewArch: DEFAULT_FEATURE,
};

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 @@ -184,6 +184,7 @@ export type Features = CurrencyFeatures & {
llmRefreshMarketData: Feature_LlmRefreshMarketData;
spamReportNfts: Feature_SpamReportNfts;
lldWalletSync: Feature_LldWalletSync;
llmWalletSync: Feature_LlmWalletSync;
lldNftsGalleryNewArch: DefaultFeature;
};

Expand Down Expand Up @@ -501,6 +502,7 @@ export type Feature_SupportDeviceEuropa = DefaultFeature;
export type Feature_LldChatbotSupport = DefaultFeature;
export type Feature_LlmChatbotSupport = DefaultFeature;
export type Feature_LldWalletSync = DefaultFeature;
export type Feature_LlmWalletSync = DefaultFeature;
export type Feature_SpamReportNfts = DefaultFeature;

/**
Expand Down

0 comments on commit a2505de

Please sign in to comment.