Skip to content

Commit

Permalink
fix: delay deneb to 500 epoch (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Jul 7, 2023
1 parent 4a85c9d commit d07270b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ def default_network_params():
"slots_per_epoch": 32,
"genesis_delay": 120,
"capella_fork_epoch": 2,
"deneb_fork_epoch": 5
# arbitrarily large while we sort out https://github.com/kurtosis-tech/eth-network-package/issues/42
# this will take 53~ hoours for now
"deneb_fork_epoch": 500,
}

def default_participant():
Expand Down

0 comments on commit d07270b

Please sign in to comment.