// SPDX-License-Identifier: MIT pragma solidity ^0.8.16; library ScrollPredeploy { address internal constant L1_MESSAGE_QUEUE = 0x5300000000000000000000000000000000000000; address internal constant L1_BLOCK_CONTAINER = 0x5300000000000000000000000000000000000001; address internal constant L1_GAS_PRICE_ORACLE = 0x5300000000000000000000000000000000000002; }