Skip to content

Commit 67ab870

Browse files
authored
docs: remove forge-std PR requirement for new cheatcodes (#6662)
1 parent f11da38 commit 67ab870

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/dev/cheatcodes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,9 @@ update of the files.
165165
3. If a struct, enum, error, or event was added to `Vm`, update [`spec::Cheatcodes::new`]
166166
4. Update the JSON interface by running `cargo cheats` twice. This is expected to fail the first time that this is run after adding a new cheatcode; see [JSON interface](#json-interface)
167167
5. Write an integration test for the cheatcode in [`testdata/cheats/`]
168-
6. Submit a PR to [`forge-std`] updating the Solidity interfaces as necessary. Note that this step won't be necessary once the Solidity interfaces are generated using the JSON interface
169168

170169
[`sol!`]: https://docs.rs/alloy-sol-macro/latest/alloy_sol_macro/macro.sol.html
171170
[`cheatcodes/spec/src/vm.rs`]: ../../crates/cheatcodes/spec/src/vm.rs
172171
[`cheatcodes`]: ../../crates/cheatcodes/
173172
[`spec::Cheatcodes::new`]: ../../crates/cheatcodes/spec/src/lib.rs#L74
174173
[`testdata/cheats/`]: ../../testdata/cheats/
175-
[`forge-std`]: https://github.com/foundry-rs/forge-std

0 commit comments

Comments
 (0)