Skip to content

Commit

Permalink
feat(ci): Add kurtosis network params for op-reth sequencer and no op…
Browse files Browse the repository at this point in the history
…-reth (#49)

Ref #54

Adds kurtosis network params files for
i) no op-reth
ii) op-reth as sequencer
  • Loading branch information
emhane authored Jan 29, 2025
1 parent 88044d1 commit c8fb9c1
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/assets/kurtosis_op_network_params_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ethereum_package:
optimism_package:
chains:
- participants:
# first participant is sequencer
- el_type: op-geth
el_image: "ghcr.io/ethereum-optimism/op-geth:kurtosis-ci"
cl_type: op-node
Expand Down
19 changes: 19 additions & 0 deletions .github/assets/kurtosis_op_network_params_local_no_op_reth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ethereum_package:
participants:
- el_type: reth
cl_type: lighthouse
optimism_package:
chains:
- participants:
- el_type: op-geth
el_image: "ghcr.io/ethereum-optimism/op-geth:kurtosis-ci"
cl_type: op-node
cl_image: "ghcr.io/ethereum-optimism/op-node:kurtosis-ci"
cl_extra_params:
- "--l1.trustrpc=true"
batcher_params:
extra_params:
- "--throttle-interval=0"
network_params:
holocene_time_offset: 0
isthmus_time_offset: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
ethereum_package:
participants:
- el_type: reth
cl_type: lighthouse
optimism_package:
chains:
- participants:
# first participant is sequencer
- el_type: op-reth
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci"
cl_type: op-node
cl_image: "ghcr.io/ethereum-optimism/op-node:kurtosis-ci"
cl_extra_params:
- "--l1.trustrpc=true"
- el_type: op-geth
el_image: "ghcr.io/ethereum-optimism/op-geth:kurtosis-ci"
cl_type: op-node
cl_image: "ghcr.io/ethereum-optimism/op-node:kurtosis-ci"
cl_extra_params:
- "--l1.trustrpc=true"
batcher_params:
extra_params:
- "--throttle-interval=0"
network_params:
holocene_time_offset: 0
isthmus_time_offset: 0
1 change: 1 addition & 0 deletions .github/assets/kurtosis_op_network_params_remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ethereum_package:
optimism_package:
chains:
- participants:
# first participant is sequencer
- el_type: op-geth
el_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:latest
cl_type: op-node
Expand Down
19 changes: 19 additions & 0 deletions .github/assets/kurtosis_op_network_params_remote_no_op_reth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ethereum_package:
participants:
- el_type: reth
cl_type: lighthouse
optimism_package:
chains:
- participants:
- el_type: op-geth
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
cl_extra_params:
- "--l1.trustrpc=true"
batcher_params:
extra_params:
- "--throttle-interval=0"
network_params:
holocene_time_offset: 0
isthmus_time_offset: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
ethereum_package:
participants:
- el_type: reth
cl_type: lighthouse
optimism_package:
chains:
- participants:
# first participant is sequencer
- el_type: op-reth
el_image: "op-reth:latest"
cl_type: op-node
cl_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:develop
cl_extra_params:
- "--l1.trustrpc=true"
- el_type: op-geth
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
cl_extra_params:
- "--l1.trustrpc=true"
batcher_params:
extra_params:
- "--throttle-interval=0"
network_params:
holocene_time_offset: 0
isthmus_time_offset: 0

0 comments on commit c8fb9c1

Please sign in to comment.