Commit 9342418f authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: revert the default deneb at epoch 4 (#323)

parent 18da90bd
...@@ -229,7 +229,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi ...@@ -229,7 +229,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
// The epoch at which the capella and deneb forks are set to occur. // The epoch at which the capella and deneb forks are set to occur.
"capella_fork_epoch": 0, "capella_fork_epoch": 0,
"deneb_fork_epoch": 4, "deneb_fork_epoch": 500,
"electra_fork_epoch": null "electra_fork_epoch": null
}, },
......
...@@ -374,7 +374,7 @@ def default_network_params(): ...@@ -374,7 +374,7 @@ def default_network_params():
"max_churn": 8, "max_churn": 8,
"ejection_balance": 16000000000, "ejection_balance": 16000000000,
"capella_fork_epoch": 0, "capella_fork_epoch": 0,
"deneb_fork_epoch": 4, "deneb_fork_epoch": 500,
"electra_fork_epoch": None, "electra_fork_epoch": None,
} }
......
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