Commit 1da4d32
feat: add vm.getChain(chainAlias) (#10226)
* add Chain struct
* generate interface
* define getChain cheatcode
* add getChain(alias) implementation
* add GetChain test
* run fmt
* fix: add alloy_chain for check chain validity
---------
Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>1 parent 09970aa commit 1da4d32
File tree
9 files changed
+706
-1
lines changed- crates/cheatcodes
- assets
- spec/src
- src
- testdata
- cheats
- default/cheats
9 files changed
+706
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
210 | 222 | | |
211 | 223 | | |
212 | 224 | | |
| |||
967 | 979 | | |
968 | 980 | | |
969 | 981 | | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
970 | 990 | | |
971 | 991 | | |
972 | 992 | | |
| |||
0 commit comments