File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -503,8 +503,8 @@ network_params:
503503 eip7594_fork_version : " 0x70000038"
504504
505505 # EOF activation fork epoch (EL only fork)
506- # Defaults to null
507- eof_activation_epoch : null
506+ # Defaults to None
507+ eof_activation_epoch : " "
508508
509509 # Network sync base url for syncing public networks from a custom snapshot (mostly useful for shadowforks)
510510 # Defaults to "https://snapshots.ethpandaops.io/"
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ network_params:
7878 eip7594_fork_epoch : 100000001
7979 eip7594_fork_version : " 0x70000038"
8080 network_sync_base_url : https://snapshots.ethpandaops.io/
81+ eof_activation_epoch : " "
8182 data_column_sidecar_subnet_count : 128
8283 samples_per_slot : 8
8384 custody_requirement : 4
You can’t perform that action at this time.
0 commit comments