Skip to content

Commit 3b51e5e

Browse files
authored
fix: use default image for assertoor with electra enabled (#855)
`electra-support` as been merged into master and a new release is available too.
1 parent 1c33375 commit 3b51e5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/assertoor/assertoor_launcher.star

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ def get_config(
121121

122122
IMAGE_NAME = assertoor_params.image
123123

124-
if network_params.electra_fork_epoch < constants.ELECTRA_FORK_EPOCH:
125-
IMAGE_NAME = "ethpandaops/assertoor:electra-support"
126-
127124
return ServiceConfig(
128125
image=IMAGE_NAME,
129126
ports=USED_PORTS,

0 commit comments

Comments
 (0)