File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
packages/core-mobile/app/new/features/ledger Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 99 " Bash(yarn core lint:*)" ,
1010 " Bash(ls:*)" ,
1111 " Bash(find:*)" ,
12- " Bash(./node_modules/.bin/tsc:*)"
12+ " Bash(./node_modules/.bin/tsc:*)" ,
13+ " Bash(git log:*)"
1314 ]
1415 }
1516}
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export function useLedgerWallet(): UseLedgerWalletReturn {
267267 )
268268 }
269269
270- // Update the Ledger wallet exntended public keys for new account
270+ // Update the Ledger wallet extended public keys for new account
271271 await dispatch (
272272 storeWallet ( {
273273 walletId,
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ export const LedgerWalletSecretSchema = z.object({
5858} )
5959
6060export const getOppositeKeys = async ( {
61- acountIndex = 0 ,
61+ accountIndex = 0 ,
6262 isDeveloperMode
6363} : {
64- acountIndex ?: number
64+ accountIndex ?: number
6565 isDeveloperMode : boolean
6666} ) : Promise < {
6767 addressBTC : string
@@ -71,11 +71,11 @@ export const getOppositeKeys = async ({
7171} > => {
7272 try {
7373 const avalancheKeys = await LedgerService . getAvalancheKeys (
74- acountIndex ,
74+ accountIndex ,
7575 ! isDeveloperMode
7676 )
7777 const { bitcoinAddress } = await LedgerService . getBitcoinAndXPAddresses (
78- acountIndex ,
78+ accountIndex ,
7979 ! isDeveloperMode
8080 )
8181
You can’t perform that action at this time.
0 commit comments