@nolanj
Hey guys, I’m trying to use a mainnet fork with createFork() in my tests. It seems that when I call this in the setUp function it always returns 0, which I assume means it did not work because my tests fail. If I use —fork-url with the same url in the command, createFork() returns 1 and tests pass. Anyone else experience this?
Using solidity ^0.8.13 if that’s relevant.
Thanks!