Skip to content

Commit

Permalink
Update crates/cheatcodes/spec/src/vm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Rodríguez <[email protected]>
  • Loading branch information
Jrigada and elfedy authored Oct 29, 2024
1 parent 8d4e5be commit 9accac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cheatcodes/spec/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ interface Vm {
#[cheatcode(group = Testing, safety = Safe)]
function zkUsePaymaster(address paymaster_address, bytes calldata paymaster_input) external pure;

/// Marks the contract to be injected as a factory dependency
/// Marks the contract to be injected as a factory dependency in the next transaction
#[cheatcode(group = Testing, safety = Safe)]
function zkUseFactoryDep(string calldata name) external pure;

Expand Down

0 comments on commit 9accac5

Please sign in to comment.