Skip to content

Commit

Permalink
fix: Fix op-deployer version in kurtosis (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored and emhane committed Jan 27, 2025
1 parent 48f03a8 commit 6a44381
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/assets/kurtosis_op_network_params_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ethereum_package:
- el_type: reth
cl_type: lighthouse
optimism_package:
op_contract_deployer_params:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.0.11
chains:
- participants:
- el_type: op-geth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ethereum_package:
- el_type: reth
cl_type: lighthouse
optimism_package:
op_contract_deployer_params:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.0.11
chains:
- participants:
- el_type: op-reth
Expand Down
4 changes: 3 additions & 1 deletion .github/assets/kurtosis_op_network_params_remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ethereum_package:
- el_type: reth
cl_type: lighthouse
optimism_package:
op_contract_deployer_params:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.0.11
chains:
- participants:
- el_type: op-geth
Expand All @@ -12,7 +14,7 @@ optimism_package:
cl_extra_params:
- "--l1.trustrpc=true"
- el_type: op-reth
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci"
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ethereum_package:
- el_type: reth
cl_type: lighthouse
optimism_package:
op_contract_deployer_params:
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.0.11
chains:
- participants:
- el_type: op-reth
Expand Down

0 comments on commit 6a44381

Please sign in to comment.