mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 09:31:02 +00:00
Add chainSpecific option for ledger (#804)
This commit is contained in:
@@ -41,5 +41,10 @@ export const LEDGER_APP: Option[] = [
|
|||||||
info: 'migration',
|
info: 'migration',
|
||||||
text: 'Use the Ledger Migration App',
|
text: 'Use the Ledger Migration App',
|
||||||
value: 'migration'
|
value: 'migration'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
info: 'chainSpecific',
|
||||||
|
text: 'Use the Chain Specific Ledger App',
|
||||||
|
value: 'chainSpecific'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user