Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit d7eec35

Browse files
committed
feat: kurtosis config
1 parent 67d1064 commit d7eec35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To get started, follow [these instructions](https://docs.kurtosis.com/install/)
100100
Next, clone and build the modified `optimism-contract-deployer` image:
101101

102102
```bash
103-
git clone git@github.com:rkrasiuk/optimism-package.git
103+
git clone git@github.com:paradigmxyz/optimism-package.git
104104
cd optimism-package
105105
docker build . -t ethpandaops/optimism-contract-deployer:latest --progress plain
106106
```

etc/kurtosis.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ethereum_package:
2+
participants:
3+
- el_type: reth
4+
cl_type: lighthouse
5+
optimism_package:
6+
participants:
7+
- el_type: op-reth
8+
el_image: ghcr.io/paradigmxyz/alphanet:latest

0 commit comments

Comments
 (0)