Skip to content

Commit

Permalink
Merge pull request #332 from EchoAlice/fork_configs
Browse files Browse the repository at this point in the history
Update fork versions and fork epochs for testnets
  • Loading branch information
ralexstokes authored Mar 26, 2024
2 parents d8e3395 + f99d1eb commit 7d3fbed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ethereum-consensus/src/configs/goerli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub const BELLATRIX_FORK_EPOCH: Epoch = 112260;
pub const CAPELLA_FORK_VERSION: Version = [3, 0, 16, 32];
pub const CAPELLA_FORK_EPOCH: Epoch = 162304;
pub const DENEB_FORK_VERSION: Version = [4, 0, 16, 32];
pub const DENEB_FORK_EPOCH: Epoch = FAR_FUTURE_EPOCH;
pub const DENEB_FORK_EPOCH: Epoch = 231680;
pub const INACTIVITY_SCORE_BIAS: u64 = 4;
pub const INACTIVITY_SCORE_RECOVERY_RATE: u64 = 16;
pub const PROPOSER_SCORE_BOOST: u64 = 40;
Expand Down
4 changes: 2 additions & 2 deletions ethereum-consensus/src/configs/sepolia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pub const BELLATRIX_FORK_VERSION: Version = [144, 0, 0, 113];
pub const BELLATRIX_FORK_EPOCH: Epoch = 100;
pub const CAPELLA_FORK_VERSION: Version = [144, 0, 0, 114];
pub const CAPELLA_FORK_EPOCH: Epoch = 56832;
pub const DENEB_FORK_VERSION: Version = [4, 0, 16, 32];
pub const DENEB_FORK_EPOCH: Epoch = FAR_FUTURE_EPOCH;
pub const DENEB_FORK_VERSION: Version = [144, 0, 0, 115];
pub const DENEB_FORK_EPOCH: Epoch = 132608;
pub const INACTIVITY_SCORE_BIAS: u64 = 4;
pub const INACTIVITY_SCORE_RECOVERY_RATE: u64 = 16;
pub const PROPOSER_SCORE_BOOST: u64 = 40;
Expand Down

0 comments on commit 7d3fbed

Please sign in to comment.