Commit 5a6a47d0 authored by Maurelian's avatar Maurelian

Update OptimismPortal.sol

Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
parent 5bd7e641
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
"src/L1/OptimismPortal.sol": { "src/L1/OptimismPortal.sol": {
"initCodeHash": "0xc44238f1b97d7958baad77aea821de399cff040ab987c66946c1e3c6d6e20333", "initCodeHash": "0xc44238f1b97d7958baad77aea821de399cff040ab987c66946c1e3c6d6e20333",
"sourceCodeHash": "0x2530691be903b5903351791fb6b216dbddbd29eec4da4e4c2d882f571002b461" "sourceCodeHash": "0x62908d2190dd0294ed4cde583e85233d8acfb118bae219957353746c5db3b4c3"
}, },
"src/L1/ProtocolVersions.sol": { "src/L1/ProtocolVersions.sol": {
"initCodeHash": "0x72cd467e8bcf019c02675d72ab762e088bcc9cc0f1a4e9f587fa4589f7fdd1b8", "initCodeHash": "0x72cd467e8bcf019c02675d72ab762e088bcc9cc0f1a4e9f587fa4589f7fdd1b8",
......
...@@ -61,7 +61,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver { ...@@ -61,7 +61,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver {
/// @custom:legacy /// @custom:legacy
/// @custom:spacer paused /// @custom:spacer paused
/// @notice Spacer for backwards compatibility. /// @notice Spacer for backwards compatibility.
bool spacer_53_0_1; bool private spacer_53_0_1;
/// @notice The address of the Superchain Config contract. /// @notice The address of the Superchain Config contract.
SuperchainConfig public superchainConfig; SuperchainConfig public superchainConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment