Skip to content

Commit

Permalink
fix: revert the default deneb at epoch 4 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Oct 20, 2023
1 parent 18da90b commit 9342418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"capella_fork_epoch": 0,
"deneb_fork_epoch": 4,
"deneb_fork_epoch": 500,
"electra_fork_epoch": null
},

Expand Down
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def default_network_params():
"max_churn": 8,
"ejection_balance": 16000000000,
"capella_fork_epoch": 0,
"deneb_fork_epoch": 4,
"deneb_fork_epoch": 500,
"electra_fork_epoch": None,
}

Expand Down

0 comments on commit 9342418

Please sign in to comment.