You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace `<rpc-url>` with your `L1 RPC URL` and `<private key>` with your private key
110
+
* Replace `<rpc-url>` with your `L1_RPC_URL` and `<private key>` with your private key
104
111
105
112
This command will deploy the OP Stack to L1. It will deploy all L2s specified in the intent file. Superchain
106
113
configuration will be set to the Superchain-wide defaults - i.e., your chain will be opted into the [Superchain pause](https://specs.optimism.io/protocol/superchain-config.html#pausability)
@@ -116,8 +123,8 @@ address as other chains on the Superchain.
116
123
Inspect the `state.json` file by navigating to your working directory. With the contracts deployed, generate the genesis and rollup configuration files by running the following commands:
Now that you have your `genesis.json` and `rollup.json` you can spin up a node on your network. You can also use the following inspect subcommands to get additional data:
0 commit comments