Skip to content

Commit

Permalink
Merge pull request #7602 from LedgerHQ/feat/add-demo-3-manifest-id
Browse files Browse the repository at this point in the history
feat: add demo3 manifest
  • Loading branch information
kallen-ledger authored Aug 14, 2024
2 parents 63e4fdc + e8db656 commit 45afb26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-hornets-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Add demo3 manifest ids
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const SwapMigrationUI = (props: SwapMigrationUIProps) => {
);

case manifestID?.startsWith(SwapWebManifestIDs.Demo1):
case manifestID?.startsWith(SwapWebManifestIDs.Demo3):
/**
* Demo 1 live app should contain:
* - Exchange Button
Expand Down

0 comments on commit 45afb26

Please sign in to comment.