Closed gnkz closed 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.
etch
setCode
address(1)
Solution: Use an address >= 10 to fix the test
There was a change on foundry that prevents using
etch
on addresses < 10. ThesetCode
test was usingaddress(1)
as the target so the test started to fail.Solution: Use an address >= 10 to fix the test