Skip to content

Commit e345c17

Browse files
authored
chore: comply with forge-std solc versions (#11339)
1 parent e819f9e commit e345c17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/cheatcodes/assets/cheatcodes.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cheatcodes/assets/cheatcodes.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cheatcodes/spec/src/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ interface Vm {
434434

435435
/// Returns an array of `StorageAccess` from current `vm.stateStateDiffRecording` session
436436
#[cheatcode(group = Evm, safety = Safe)]
437-
function getStorageAccesses() external view returns (StorageAccess[] memory accesses);
437+
function getStorageAccesses() external view returns (StorageAccess[] memory storageAccesses);
438438

439439
// -------- Recording Map Writes --------
440440

testdata/cheats/Vm.sol

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)