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

chore: switch optimism-package fork #55

Merged
merged 1 commit into from
Oct 17, 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To get started, follow [these instructions](https://docs.kurtosis.com/install/)
Next, clone and build the modified `optimism-contract-deployer` image:

```bash
git clone [email protected]:paradigmxyz/optimism-package.git
git clone [email protected]:klkvr/optimism-package.git
cd optimism-package
git switch odyssey
docker build . -t ethpandaops/optimism-contract-deployer:latest --progress plain
Expand All @@ -114,7 +114,7 @@ docker build . -t ethpandaops/optimism-contract-deployer:latest --progress plain
Finally, run start a Kurtosis enclave (ensure you are still in `optimism-package`):

```bash
kurtosis run --enclave op-devnet github.com/paradigmxyz/optimism-package@odyssey \
kurtosis run --enclave op-devnet github.com/klkvr/optimism-package@odyssey \
--args-file https://raw.githubusercontent.com/ithacaxyz/odyssey/main/etc/kurtosis.yaml
```

Expand Down