File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pages/operators/chain-operators/deploy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Once you have `genesis.json` and `rollup.json`:
8080Now that you have your ` genesis.json ` and ` rollup.json ` you can spin up a node on your network.
8181You can also use the following inspect subcommands to get additional data:
8282
83- ```` bash
83+ ``` bash
8484./bin/op-deployer inspect l1 --workdir .deployer < l2-chain-id> # outputs all L1 contract addresses for an L2 chain
8585./bin/op-deployer inspect deploy-config --workdir .deployer < l2-chain-id> # outputs the deploy config for an L2 chain
8686```
@@ -98,7 +98,7 @@ provided to the consensus client (op-node).
9898</Callout >
9999
100100
101- ## Solidity script (Legacy)
101+ ### Solidity script (Legacy)
102102
103103You can also use the foundry script
104104located in the monorepo to generate an "L2 state dump" and then pass this into the op-node genesis subcommand.
You can’t perform that action at this time.
0 commit comments