contracts-bedrock: fuzz optimism portal
Migrate away from using magic variables and towards fuzzing in the `OptimismPortal` instead. This improves test coverage while moving away from an antipattern which is defining variables far away from where they are used. Its good to fuzz in place of this or have explicit visibility into what variables are used.
Showing
Please register or sign in to comment