nomoixyz / vulcan

Development framework for Foundry projects
https://nomoixyz.github.io/vulcan/
MIT License
285 stars 19 forks source link

Fix `setCode` test #111

Closed gnkz closed 1 year ago

gnkz commented 1 year ago

There was a change on foundry that prevents using etch on addresses < 10. The setCode test was using address(1) as the target so the test started to fail.

Solution: Use an address >= 10 to fix the test