Use prefix from defaultOptions object
This commit is contained in:
@@ -47,7 +47,7 @@ export class LaunchpadLedger {
|
||||
|
||||
this.testModeAllowed = options.testModeAllowed ?? defaultOptions.testModeAllowed;
|
||||
this.hdPaths = options.hdPaths ?? defaultOptions.hdPaths;
|
||||
this.prefix = options.prefix ?? cosmosBech32Prefix;
|
||||
this.prefix = options.prefix ?? defaultOptions.prefix;
|
||||
this.app = new CosmosApp(transport);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user