-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
No associated wallet for addresses
when using trezor with forge script
#9294
Comments
Note also in Trezor Suite, |
Current trezor firmware version is https://github.com/trezor/trezor-firmware/blob/7f373ae71eca855dd41b4a0fdcc7cadaa13a8281/core/CHANGELOG.T3T1.md |
@klkvr @zerosnacks am I missing some configuration here, or is this a bug? Thanks! |
@shaspitz try passing HD path as |
Hey, I just tried
and had the same resp:
|
thanks, then most probably same with #7342 you linked |
To add context, if I replace |
considering we inherit most of the underlying logic through Alloy https://github.com/alloy-rs/alloy/tree/main/crates/signer-trezor and then the |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (e028b92 2024-11-11T00:26:04.968342000Z)
What command(s) is the bug in?
forge script
Operating System
macOS (Apple Silicon)
Describe the bug
Maybe related to #7342.
I am experiencing an issue with
forge 0.2.0 (e028b92 2024-11-11T00:26:04.968342000Z)
. I'm trying to specifyforge script
to use them/44'/60'/0'/0/0
derivation path from my trezor, but the command is not finding/using the correct derivation path.Note I am using trezor safe 5 (one of the newer models).
Command:
Then password is asked for twice on hw wallet
Error:
This unlocked wallet is unrecognized, and does not show up in Trezor Suite.
The text was updated successfully, but these errors were encountered: