File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ use tokio::time::sleep;
2222use types:: { Epoch , EthSpec , MinimalEthSpec } ;
2323
2424const END_EPOCH : u64 = 16 ;
25- const GENESIS_DELAY : u64 = 32 ;
25+ const GENESIS_DELAY : u64 = 64 ;
2626const ALTAIR_FORK_EPOCH : u64 = 0 ;
2727const BELLATRIX_FORK_EPOCH : u64 = 0 ;
2828const CAPELLA_FORK_EPOCH : u64 = 1 ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use tracing_subscriber::prelude::*;
1818use tracing_subscriber:: { layer:: SubscriberExt , util:: SubscriberInitExt } ;
1919use types:: { Epoch , EthSpec , MinimalEthSpec } ;
2020const END_EPOCH : u64 = 16 ;
21- const GENESIS_DELAY : u64 = 32 ;
21+ const GENESIS_DELAY : u64 = 64 ;
2222const ALTAIR_FORK_EPOCH : u64 = 0 ;
2323const BELLATRIX_FORK_EPOCH : u64 = 0 ;
2424const CAPELLA_FORK_EPOCH : u64 = 1 ;
You can’t perform that action at this time.
0 commit comments