// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; /// @notice The canonical address of the ERC1967Factory for ZKsync. /// @author Solady (https://github.com/vectorized/solady/blob/main/src/utils/ext/zksync/ERC1967FactoryConstants.sol) library ERC1967FactoryConstants { /// @dev The canonical address for ERC1967Factory for ZKsync. address internal constant ADDRESS = 0xc4151FeCa42Df507F158D1FBC4Eb5C145D9CE16B; }