Skip to content

Commit

Permalink
ethpandaops
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Sep 11, 2024
1 parent 231fcea commit 786c6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can also completely remove `ethereum_package` from your configuration in whi
Kurtosis packages are parameterizable, meaning you can customize your network and its behavior to suit your needs by storing parameters in a file that you can pass in at runtime like so:

```bash
kurtosis run github.com/hashcashier/optimism-package --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/main/network_params.yaml
kurtosis run github.com/ethpandaops/optimism-package --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/main/network_params.yaml
```

For `--args-file` you can pass a local file path or a URL to a file.
Expand Down
2 changes: 1 addition & 1 deletion kurtosis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "github.com/hashcashier/optimism-package"
name: "github.com/ethpandaops/optimism-package"
description: |
# Optimism Package
This is a Kurtosis package for deploying an Optimism Rollup

0 comments on commit 786c6bd

Please sign in to comment.