Skip to content

Commit

Permalink
Merge branch 'master' into bbusa/op_node
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 5, 2024
2 parents 05b45c2 + b1dbbe0 commit 8f373ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@ optimism_package:
el_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:latest
cl_type: op-node
cl_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:develop
count: 1
network_params:
network: kurtosis
network_id: "2151908"
seconds_per_slot: 2
ethereum_package:
participants:
- el_type: geth
#- el_type: reth
network_params:
preset: minimal
additional_services:
- dora
#- blockscout

```
6 changes: 5 additions & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ optimism_package:
el_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:latest
cl_type: op-node
cl_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:develop

network_params:
network: kurtosis
network_id: "2151908"
seconds_per_slot: 2
ethereum_package:
participants:
- el_type: geth
Expand All @@ -14,3 +17,4 @@ ethereum_package:
additional_services:
- dora
#- blockscout

0 comments on commit 8f373ea

Please sign in to comment.