We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eip7805-support
1 parent 2e7212a commit 9b3ee49Copy full SHA for 9b3ee49
src/dora/dora_launcher.star
@@ -127,6 +127,8 @@ def get_config(
127
IMAGE_NAME = "ethpandaops/dora:fulu-support"
128
if network_params.eip7732_fork_epoch < constants.EIP7732_FORK_EPOCH:
129
IMAGE_NAME = "ethpandaops/dora:eip7732-support"
130
+ if network_params.eip7805_fork_epoch < constants.EIP7805_FORK_EPOCH:
131
+ IMAGE_NAME = "ethpandaops/dora:eip7805-support"
132
133
return ServiceConfig(
134
image=IMAGE_NAME,
0 commit comments