Commit 9b3ee49c authored by pk910's avatar pk910 Committed by GitHub

feat: use `eip7805-support` image for dora when eip7805 is scheduled for activation (#900)

parent 2e7212a5
......@@ -127,6 +127,8 @@ def get_config(
IMAGE_NAME = "ethpandaops/dora:fulu-support"
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
if network_params.eip7805_fork_epoch < constants.EIP7805_FORK_EPOCH:
IMAGE_NAME = "ethpandaops/dora:eip7805-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