Skip to content
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

feat(vm): rememberKeys #622

Merged
merged 2 commits into from
Oct 15, 2024
Merged

feat(vm): rememberKeys #622

merged 2 commits into from
Oct 15, 2024

Conversation

yash-atreya
Copy link
Member

Companion PR for foundry-rs/foundry#9087

Adds two new cheatcodes to the vm interface:

function rememberKeys(string calldata mnemonic, string calldata derivationPath, uint32 count) external returns (address[] memory keyAddrs);
function rememberKeys(string calldata mnemonic, string calldata derivationPath, string calldata language, uint32 count) external returns (address[] memory keyAddrs);

@yash-atreya yash-atreya merged commit 813af87 into master Oct 15, 2024
3 checks passed
@DaniPopes DaniPopes deleted the yash/remember-keys branch October 24, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant