<!--
Need help?
Refer to our contributing guidelines for additional information about making a good issue:
https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md
-->
Is your feature request related to a problem? Please describe. There are multiple places where the EIP 1967 constants are used and they are defined inline multiple times. We should deduplicate the values.
Describe the solution you'd like
We should hardcode the constants into Constants.sol
and then also have unit tests that the values are correct and also import the values from the constants library into all the places where they are used.