foundry-rs / forge-std

Forge Standard Library is a collection of helpful contracts for use with forge and foundry. It leverages forge's cheatcodes to make writing tests easier and faster, while improving the UX of cheatcodes. For more in-depth usage examples checkout the tests.
Apache License 2.0
842 stars 333 forks source link

feat(vm): add ensNamehash cheatcode #555

Closed meetmangukiya closed 6 months ago

meetmangukiya commented 6 months ago

Add ensNamehash cheatcode to Vm interface. c/f https://github.com/foundry-rs/foundry/pull/7882

mds1 commented 6 months ago

Thank you!