Fix ethereum-package url (#30016)

pull/30055/head
Sina M 3 months ago committed by GitHub
parent 830aed0b72
commit f3407ea8b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/fundamentals/kurtosis.md

@ -43,7 +43,7 @@ This describes the structure of the network desired. The network will consist of
Once the config is written, it is straightforward to spin up the network. Run the following command:
```terminal
kurtosis run github.com/kurtosis-tech/ethereum-package --args-file ./network_params.yaml` --image-download always
kurtosis run github.com/ethpandaops/ethereum-package --args-file ./network_params.yaml` --image-download always
```
This indicates ethereum-package as a dependency which defines what the fields above mean. `--image-download always` makes sure the latest images are used always. Running it will produce an output such as the one below on a successful run:

Loading…
Cancel
Save