Skip to content

Commit dd64f56

Browse files
Merge pull request #2141 from OffchainLabs/derek/devnet-flags-table-fix
fix nitro devnet flags table
2 parents b66dbbb + 9cbb017 commit dd64f56

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed
Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
<section class="small-table">
2-
| Flag | Description |
3-
|-------------------------------|------------------------------------------------------------------------------------------------------|
4-
| `--init` | Removes all the data, rebuilds, and deploys a new rollup | | `--pos` | L1 is a
5-
proof-of-stake chain (using Prysm for consensus) | | `--validate` | Validates all blocks in WASM,
6-
heavy computation | | `--l3node` | Deploys an L3 node on top of the L2 | | `--l3-fee-token` | Sets
7-
up the L3 chain to use a custom fee token. Only valid if `--l3node` flag is provided | |
8-
`--l3-fee-token-decimals` | Number of decimals to use for a custom fee token. Only valid if
9-
`--l3-fee-token` flag is provided | | `--l3-token-bridge` | Deploys an L2-L3 token bridge. Only
10-
valid if `--l3node` flag is provided | | `--batchposters` | Batch posters [0-3] | |
11-
`--redundantsequencers` | Redundant sequencers [0-3] | | `--detach` | Detaches from nodes after
12-
running them | | `--blockscout` | Builds or launches the Blockscout | | `--simple` | Runs a simple
13-
configuration: one node as a sequencer/batch-poster/staker (default unless using `--dev`) | |
14-
`--tokenbridge` | Deploy an L1-L2 token bridge | | `--no-tokenbridge` | Opt out of building or
15-
launching the token bridge | | `--no-run` | Does not launch nodes (useful with build or init) | |
16-
`--no-simple` | Runs a full configuration with separate sequencer/batch-poster/validator/relayer |
1+
<section class='small-table'>
2+
3+
| Flag | Description |
4+
| ------------------------- | ------------------------------------------------------------------------------------------------------- |
5+
| `--init` | Removes all the data, rebuilds, and deploys a new rollup |
6+
| `--pos` | L1 is a proof-of-stake chain (using Prysm for consensus) |
7+
| `--validate` | Validates all blocks in WASM, heavy computation |
8+
| `--l3node` | Deploys an L3 node on top of the L2 |
9+
| `--l3-fee-token` | Sets up the L3 chain to use a custom fee token. Only valid if `--l3node` flag is provided |
10+
| `--l3-fee-token-decimals` | Number of decimals to use for a custom fee token. Only valid if `--l3-fee-token` flag is provided |
11+
| `--l3-token-bridge` | Deploys an L2-L3 token bridge. Only valid if `--l3node` flag is provided |
12+
| `--batchposters` | Batch posters [0-3] |
13+
| `--redundantsequencers` | Redundant sequencers [0-3] |
14+
| `--detach` | Detaches from nodes after running them |
15+
| `--blockscout` | Builds or launches the Blockscout |
16+
| `--simple` | Runs a simple configuration: one node as a sequencer/batch-poster/staker (default unless using `--dev`) |
17+
| `--tokenbridge` | Deploy an L1-L2 token bridge |
18+
| `--no-tokenbridge` | Opt out of building or launching the token bridge |
19+
| `--no-run` | Does not launch nodes (useful with build or init) |
20+
| `--no-simple` | Runs a full configuration with separate sequencer/batch-poster/validator/relayer |
21+
1722
</section>

0 commit comments

Comments
 (0)