Skip to content

Commit d07270b

Browse files
authored
fix: delay deneb to 500 epoch (#102)
1 parent 4a85c9d commit d07270b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/package_io/parse_input.star

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ def default_network_params():
173173
"slots_per_epoch": 32,
174174
"genesis_delay": 120,
175175
"capella_fork_epoch": 2,
176-
"deneb_fork_epoch": 5
176+
# arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42
177+
# this will take 53~ hoours for now
178+
"deneb_fork_epoch": 500,
177179
}
178180

179181
def default_participant():

0 commit comments

Comments
 (0)