I don't think that Fork tests should live in contracts-ops. They should live in the respective packages of the contracts they test (core/bridge)
I don't think that fork tests need to go through the whole reboot sequence, it's very suboptimal. They should simply inherit config and connect to the appropriate contracts.
We should define in the Fork tests what environment and chain they target.
Motivation
Solution
PR Checklist