Skip to content

Commit

Permalink
Merge pull request #1146 from gologo13/patch-3
Browse files Browse the repository at this point in the history
Fixed typoes in dev-node.mdx
  • Loading branch information
krofax authored Nov 27, 2024
2 parents 8596c24 + 09551ba commit 7710b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/chain/testing/dev-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ optimism_package:
- el_type: op-reth
network_params:
name: rollup-1 # can be anything as long as it is unique
chain_id: 12345 # can be anything as long as it is unique
network_id: 12345 # can be anything as long as it is unique
```
Save the above configuration to a file. For the rest of this tutorial, we'll assume you've saved it to `network-config.yaml`.
Expand All @@ -73,7 +73,7 @@ Save the above configuration to a file. For the rest of this tutorial, we'll ass
Now that you've configured your network, you can start it up using the Kurtosis CLI. Run the command below:

```bash
kurtosis run github.com/ethpandaops/ethereum-package --args-file ./network-config.yml
kurtosis run github.com/ethpandaops/optimism-package --args-file ./network-config.yaml
```

This command will start up your network and deploy the OP Stack based on the configuration you created. The command will
Expand Down

0 comments on commit 7710b44

Please sign in to comment.