Commit 37a37ab
feat: add
* vm: add `loadAllocs(string)` cheatcode
Adds the `loadAllocs(string)` cheatcode to be usable as part of the
`Vm` interface. This was added to foundry in foundry-rs/foundry#6207.
The cheatcode can be used to read a JSON file from disk that sets EVM
state directly.
* chore: keep section alphabetically sorted
---------
Co-authored-by: Matt Solomon <[email protected]>vm.loadAllocs(string) cheatcode (#474)1 parent 267acd3 commit 37a37ab
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
543 | 546 | | |
544 | 547 | | |
545 | 548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments