Skip to content

Commit

Permalink
use devnet 5 reth image
Browse files Browse the repository at this point in the history
comment out op_contract_deployer_params
  • Loading branch information
geoknee committed Jan 29, 2025
1 parent f238db1 commit f4bdd1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kurtosis-devnet/pectra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ optimism_package:
builder_port: ""
additional_services: []
op_contract_deployer_params:
image: {{ localDockerImage "op-deployer" }}
l1_artifacts_locator: {{ localContractArtifacts "l1" }}
l2_artifacts_locator: {{ localContractArtifacts "l2" }}
# image: {{ localDockerImage "op-deployer" }}
# l1_artifacts_locator: {{ localContractArtifacts "l1" }}
# l2_artifacts_locator: {{ localContractArtifacts "l2" }}
global_deploy_overrides:
faultGameAbsolutePrestate: {{ localPrestate.Hashes.prestate }}
global_log_level: "info"
Expand All @@ -69,7 +69,7 @@ ethereum_package:
participants_matrix:
el:
- el_type: reth
el_image: ethpandaops/reth:main-9001cc2
el_image: docker.ethquokkaops.io/dh/ethpandaops/reth:main-8a453ba
cl:
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:single_attestation-b6d80eb
Expand Down

0 comments on commit f4bdd1a

Please sign in to comment.