Commit d07270bc authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: delay deneb to 500 epoch (#102)

parent 4a85c9dc
......@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment