Skip to content

Commit 7f94f6e

Browse files
authored
fix: readme eof (ethereum#739)
1 parent 2961f96 commit 7f94f6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/"

network_params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)