Skip to content

feat(vm): rememberKeys#622

Merged
yash-atreya merged 2 commits into
masterfrom
yash/remember-keys
Oct 15, 2024
Merged

feat(vm): rememberKeys#622
yash-atreya merged 2 commits into
masterfrom
yash/remember-keys

Conversation

@yash-atreya

Copy link
Copy Markdown
Contributor

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
@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