// SPDX-License-Identifier: MIT pragma solidity 0.7.6; import {ERC721LazyMintTransferProxy} from "@rarible/transfer-proxy/contracts/lazy-mint/erc721/ERC721LazyMintTransferProxy.sol"; import {ERC1155LazyMintTransferProxy} from "@rarible/transfer-proxy/contracts/lazy-mint/erc1155/ERC1155LazyMintTransferProxy.sol"; import {TransferProxy} from "@rarible/transfer-proxy/contracts/proxy/TransferProxy.sol"; import {ERC20TransferProxy} from "@rarible/transfer-proxy/contracts/proxy/ERC20TransferProxy.sol";