We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2956dea commit 00b94b2Copy full SHA for 00b94b2
crates/core/src/constants.rs
@@ -83,7 +83,7 @@ pub const MIN_VALIDATOR_STAKE_TAO: u64 = 10_000;
83
pub const BOOTSTRAP_PERIOD_EPOCHS: u64 = 100;
84
85
/// Bittensor block number until which the bootstrap validator dominates
86
-pub const BOOTSTRAP_END_BLOCK: u64 = 7_800_000;
+pub const BOOTSTRAP_END_BLOCK: u64 = 8_000_000;
87
88
/// The bootstrap validator hotkey (SS58) that is trusted during bootstrap
89
pub const BOOTSTRAP_VALIDATOR_SS58: &str = "5GziQCcRpN8NCJktX343brnfuVe3w6gUYieeStXPD1Dag2At";
0 commit comments