We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vm.addr
Forge
Currently, vm.deriveKey omits the pk parameter:
vm.deriveKey
pk
├─ [0] VM::deriveKey(<pk>) [staticcall] │ └─ ← <pk>
However, vm.addr does not:
├─ [0] VM::addr(77814517325470205911140941194401928579557062014761831930645393041380819009408 [7.781e76]) [staticcall] │ └─ ← 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
Ideally, both would omit the private key in order to prevent potential mistakes and loss of funds by developers.
No response
The text was updated successfully, but these errors were encountered:
addr
Successfully merging a pull request may close this issue.
Component
Forge
Describe the feature you would like
Currently,
vm.deriveKey
omits thepk
parameter:However,
vm.addr
does not:Ideally, both would omit the private key in order to prevent potential mistakes and loss of funds by developers.
Additional context
No response
The text was updated successfully, but these errors were encountered: