Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typoes in dev-node.mdx #1146

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading