Adds a factory for deploying Immutable ERC721 and ERC1155 contracts.
$ npm i$ forge build$ forge test$ forge fmt$ forge snapshot$ anvil$ forge create ImmutableERC721Factory --rpc-url <your_rpc_url> --private-key <your_private_key>
$ forge create ImmutableERC1155Factory --rpc-url <your_rpc_url> --private-key <your_private_key>$ cast <subcommand>$ forge --help
$ anvil --help
$ cast --help