-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate to upstream kurtosis package (#70)
Uses https://github.com/ethpandaops/optimism-package directly and updates README a bit as we no more need to build contract deployer image separately Also removed hack from #52 as it shouldn't be needed after paradigmxyz/reth#11847
- Loading branch information
Showing
3 changed files
with
6 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,23 +103,10 @@ Running a local network with a full Odyssey OP stack with Kurtosis requires some | |
|
||
To get started, follow [these instructions](https://docs.kurtosis.com/install/) to install Kurtosis. | ||
|
||
Next, clone and build the modified `optimism-contract-deployer` image: | ||
Next, start a Kurtosis enclave: | ||
|
||
```bash | ||
git clone [email protected]:klkvr/optimism-package.git | ||
cd optimism-package | ||
git switch odyssey | ||
docker build . -t ethpandaops/optimism-contract-deployer:latest --progress plain | ||
``` | ||
|
||
> [!NOTE] | ||
> | ||
> The image may fail to build if you have not allocated enough memory for Docker. | ||
Finally, run start a Kurtosis enclave (ensure you are still in `optimism-package`): | ||
|
||
```bash | ||
kurtosis run --enclave op-devnet github.com/klkvr/optimism-package@odyssey \ | ||
kurtosis run --enclave op-devnet github.com/ethpandaops/optimism-package \ | ||
--args-file https://raw.githubusercontent.com/ithacaxyz/odyssey/main/etc/kurtosis.yaml | ||
``` | ||
|
||
|
@@ -129,7 +116,7 @@ This will start an enclave named `op-devnet`. You can tear down the enclave with | |
> | ||
> If you want to use a custom build of Odyssey, simply build an Odyssey image with `docker build . -t ghcr.io/ithacaxyz/odyssey:latest`. | ||
Consult the [Kurtosis OP package](https://github.com/ethpandaops/optimism-package) repository for instructions on how to adjust the args file to spin up additional services, like a block exporer. | ||
Consult the [Kurtosis OP package](https://github.com/ethpandaops/optimism-package) repository for instructions on how to adjust the args file to spin up additional services, like a block explorer. | ||
|
||
### Wallet extension | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters