Each receipt vault has an authorizer(). Add a fork test that verifies:
- The authorizer is not
address(0) for any prod token
- All prod receipt vaults share the same authorizer contract
This would catch an authorizer being accidentally zeroed out or a vault being configured with a different authorizer than its siblings.
Each receipt vault has an
authorizer(). Add a fork test that verifies:address(0)for any prod tokenThis would catch an authorizer being accidentally zeroed out or a vault being configured with a different authorizer than its siblings.