Skip to content

Commit

Permalink
Update error when install ledger polkadot package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiendekaco committed Apr 25, 2024
1 parent 6fb26df commit 7fc8243
Show file tree
Hide file tree
Showing 3 changed files with 6,770 additions and 5,243 deletions.
2 changes: 2 additions & 0 deletions packages/hw-common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ export {
} from './hdwallets.js'

export * from './types.js'
export * from './utils.js'

2 changes: 1 addition & 1 deletion packages/ledgerPolkadot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {Ledger} from "@polkadot/hw-ledger";
import type {BigNumber} from 'ethers'

import type {Account, ScanAccountsOptions} from '@subwallet-connect/hw-common';
import {supportedApps} from '@subwallet-connect/hw-common/src/utils';
import {supportedApps} from '@subwallet-connect/hw-common';
import {Subject} from 'rxjs';
import {RequestArguments} from '@walletconnect/ethereum-provider/dist/types/types.js';
import {isArray} from "@shapeshiftoss/hdwallet-core";
Expand Down
Loading

0 comments on commit 7fc8243

Please sign in to comment.