Commit dbe7912b authored by pk910's avatar pk910 Committed by GitHub

feat: use `eip7732-support` image for dora when eip7732 is scheduled for activation (ePBS) (#881)

uses the `eip7732-support` branch from dora:
https://github.com/ethpandaops/dora/pull/227
parent 6b7a409f
......@@ -125,6 +125,8 @@ def get_config(
if dora_params.image == constants.DEFAULT_DORA_IMAGE:
if network_params.fulu_fork_epoch < constants.FULU_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:fulu-support"
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
return ServiceConfig(
image=IMAGE_NAME,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment