-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LedgerSigner.connect always throws an error #3
Comments
The I'm working on this as an ancillary package so I can recruit the help of others to keep it maintained, but also trying to get v6 out, so I won't be able to get to this right away. :s |
So would it be safe to say the Ledger package is broken right now? I can't connect at all, even when trying to change the type to "hid" I get: |
Hi @ricmoo - is the ancillary package available? I've run into issued deploying to polygon. I'd be happy to fork The package is mostly working, but ledger has an issue with chain Ids > 127: https://github.com/LedgerHQ/ledgerjs-legacy/blob/6d655aa89b748e50ae15c0cfb30c08f2215f6d84/packages/web3-subprovider/src/index.js#L143 |
I fixed the issue in Node. This makes ledger I have not yet tested these changes in browser, as that would require updating u2f. Tried to design Uploading as a zip file, as I can't find contributor documentation on build/formatting/lint systems. This is intended for |
@prestwich thanks! I had issues with the 5.5.0 version as well, and your version seems to work for me. I was thinking of doing something similar after spending a while digging into the Can a contributor get this change added? |
Can you try out this latest version and see if you still have issues with it? I believe the underlying issue may have been fixed by Ledger, as this package creates a new |
Describe the bug
calling
connect
on aLedgerSigner
instance throws an errorLikely related to the underlying HID transport holding the device, and the new signer making a second acquisition attempt that fails
Reproduction steps
Environment
ts-node
w/ [email protected] on an M1 macbookThe text was updated successfully, but these errors were encountered: