Skip to content

Commit 60a496a

Browse files
authored
Merge pull request #1356 from asymmetric/patch-5
genesis: fix formatting
2 parents 4f24efa + 1122f21 commit 60a496a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/operators/chain-operators/deploy/genesis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Once you have `genesis.json` and `rollup.json`:
8080
Now that you have your `genesis.json` and `rollup.json` you can spin up a node on your network.
8181
You 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

103103
You can also use the foundry script
104104
located in the monorepo to generate an "L2 state dump" and then pass this into the op-node genesis subcommand.

0 commit comments

Comments
 (0)