Skip to content

Commit

Permalink
Update fork epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Feb 25, 2024
1 parent 2706d43 commit f4535eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/near/eth2-utility/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl NetworkConfig {
capella_fork_version: [0x03, 0x00, 0x00, 0x00],
capella_fork_epoch: 194048,
deneb_fork_version: [0x04, 0x00, 0x00, 0x00],
deneb_fork_epoch: u64::MAX,
deneb_fork_epoch: 269568,
},
Network::Goerli => Self {
genesis_validators_root: [
Expand All @@ -95,7 +95,7 @@ impl NetworkConfig {
bellatrix_fork_epoch: 100,
capella_fork_version: [0x90, 0x00, 0x00, 0x72],
capella_fork_epoch: 56832,
deneb_fork_version: [0x04, 0x00, 0x10, 0x20],
deneb_fork_version: [0x90, 0x00, 0x00, 0x73],
deneb_fork_epoch: 132608,
},
}
Expand Down

0 comments on commit f4535eb

Please sign in to comment.