capitalize default ledger app name

This commit is contained in:
Calvin Kei 2021-10-06 23:19:21 +08:00
parent 23e676aa72
commit 7f0620ad49

View File

@ -24,7 +24,7 @@ function unharden(hdPath: HdPath): number[] {
const cosmosHdPath = makeCosmoshubPath(0);
const cosmosBech32Prefix = "cosmos";
const cosmosLedgerAppName = "cosmos";
const cosmosLedgerAppName = "Cosmos";
const requiredCosmosAppVersion = "1.5.3";
export interface LaunchpadLedgerOptions {