You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like hardhat also skips this validation in some spots, but I am unfamiliar enough with codebase to not know if this could cause issues without some other check in place. The above change worked for me locally.
The text was updated successfully, but these errors were encountered:
I believe the fix is to add
skipHardForkValidation: true,
to the following two lines:hardhat-tracer/src/tasks/trace.ts
Line 245 in 21c2b2d
hardhat-tracer/src/tasks/trace.ts
Line 248 in 21c2b2d
It looks like hardhat also skips this validation in some spots, but I am unfamiliar enough with codebase to not know if this could cause issues without some other check in place. The above change worked for me locally.
The text was updated successfully, but these errors were encountered: