when running a private L1 network, the CREATE2 factory contract is not already deployed.
The steps that they would need to take: • spin up private L1 network • fund the create2 deployer account and deploy the create2 deployer ◦ These two commands can be found on the <https://github.com/ethereum-optimism/optimism/blob/536b44b0c6b5317c6a5dba9bad85ebdd069cbac8/bedrock-devnet/devnet/init.py#L123-L133|devnet init script> • deploy the L1 contracts (they will use the create2 deployer) • deploy the OP Stack