mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Schedule Deneb on mainnet (#5233)
* Schedule Deneb on mainnet * Fix trusted setup roundtrip test * Fix BN CLI tests for insecure genesis sync
This commit is contained in:
@@ -681,7 +681,7 @@ impl ChainSpec {
|
||||
* Deneb hard fork params
|
||||
*/
|
||||
deneb_fork_version: [0x04, 0x00, 0x00, 0x00],
|
||||
deneb_fork_epoch: None,
|
||||
deneb_fork_epoch: Some(Epoch::new(269568)),
|
||||
|
||||
/*
|
||||
* Network specific
|
||||
|
||||
Reference in New Issue
Block a user