mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Update packages/ledger-amino/src/launchpadledger.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
parent
edf7210898
commit
c33f5ed114
@ -31,6 +31,14 @@ export interface LaunchpadLedgerOptions {
|
||||
readonly hdPaths?: readonly HdPath[];
|
||||
readonly prefix?: string;
|
||||
readonly testModeAllowed?: boolean;
|
||||
/**
|
||||
* The name of the app the user must have opened on the Ledger.
|
||||
* This allows you to use this connector with forks of the Cosmos Hub Ledger app.
|
||||
* Support is provided on an best effort basis and only as long as those forks do not
|
||||
* significantly differ from the original app.
|
||||
*
|
||||
* Defaults to "cosmos".
|
||||
*/
|
||||
readonly ledgerAppName?: string
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user