Add chainSpecific option for ledger (#804)

This commit is contained in:
Tarik Gul
2024-08-13 06:18:28 -07:00
committed by GitHub
parent 61a28eb333
commit 8d05c67577
@@ -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'
}
];