optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Remove redundant assertions outside of the StandardValidator

Open maurelian opened this issue 4 months ago • 0 comments

The StandardValidator should contain all necessary checks.

This means that we can remove the redundant checks which occur throughout the contracts package, including:

  • ChainAssertions.sol
  • Checks in deploy scripts (example)

maurelian avatar Jun 10 '25 17:06 maurelian