Skip to content

Commit

Permalink
kt-devnet: switch to geth-teku for l1 (ethereum-optimism#14305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 authored Feb 11, 2025
1 parent e081107 commit a066b09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions kurtosis-devnet/interop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ optimism_package:
global_tolerations: []
persistent: false
ethereum_package:
participants:
- el_type: geth
cl_type: teku
network_params:
preset: minimal
genesis_delay: 5
Expand Down
3 changes: 3 additions & 0 deletions kurtosis-devnet/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ optimism_package:
global_tolerations: []
persistent: false
ethereum_package:
participants:
- el_type: geth
cl_type: teku
network_params:
preset: minimal
genesis_delay: 5
Expand Down
7 changes: 5 additions & 2 deletions kurtosis-devnet/templates/devnet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $context := or . (dict)}}
{{- $default_l2s := dict
"2151908" (dict "nodes" (list "op-geth"))
{{- $default_l2s := dict
"2151908" (dict "nodes" (list "op-geth"))
"2151909" (dict "nodes" (list "op-geth"))
}}
{{- $l2s := dig "l2s" $default_l2s $context }}
Expand Down Expand Up @@ -33,6 +33,9 @@ optimism_package:
global_tolerations: []
persistent: false
ethereum_package:
participants:
- el_type: geth
cl_type: teku
network_params:
preset: minimal
genesis_delay: 5
Expand Down

0 comments on commit a066b09

Please sign in to comment.