Skip to content

Commit

Permalink
Add chainSpecific option for ledger (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Aug 13, 2024
1 parent 61a28eb commit 8d05c67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui-settings/src/defaults/ledger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ export const LEDGER_APP: Option[] = [
info: 'migration',
text: 'Use the Ledger Migration App',
value: 'migration'
},
{
info: 'chainSpecific',
text: 'Use the Chain Specific Ledger App',
value: 'chainSpecific'
}
];

0 comments on commit 8d05c67

Please sign in to comment.