Skip to content

Commit

Permalink
chore: switch optimism-package fork (#55)
Browse files Browse the repository at this point in the history
Closes #54
  • Loading branch information
onbjerg authored Oct 17, 2024
1 parent 38a6965 commit 9bdd004
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9bdd004

Please sign in to comment.