Skip to content

Commit

Permalink
fix: use default image for assertoor with electra enabled (#855)
Browse files Browse the repository at this point in the history
`electra-support` as been merged into master and a new release is
available too.
  • Loading branch information
pk910 authored Dec 12, 2024
1 parent 1c33375 commit 3b51e5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/assertoor/assertoor_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ def get_config(

IMAGE_NAME = assertoor_params.image

if network_params.electra_fork_epoch < constants.ELECTRA_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/assertoor:electra-support"

return ServiceConfig(
image=IMAGE_NAME,
ports=USED_PORTS,
Expand Down

0 comments on commit 3b51e5e

Please sign in to comment.