We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c46b5d commit b187b95Copy full SHA for b187b95
testing/simulator/src/basic_sim.rs
@@ -22,7 +22,7 @@ use tokio::time::sleep;
22
use types::{Epoch, EthSpec, MinimalEthSpec};
23
24
const END_EPOCH: u64 = 16;
25
-const GENESIS_DELAY: u64 = 32;
+const GENESIS_DELAY: u64 = 48;
26
const ALTAIR_FORK_EPOCH: u64 = 0;
27
const BELLATRIX_FORK_EPOCH: u64 = 0;
28
const CAPELLA_FORK_EPOCH: u64 = 1;
0 commit comments