Skip to content

Commit 00b94b2

Browse files
committed
chore: extend bootstrap period to block 8_000_000
1 parent 2956dea commit 00b94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub const MIN_VALIDATOR_STAKE_TAO: u64 = 10_000;
8383
pub const BOOTSTRAP_PERIOD_EPOCHS: u64 = 100;
8484

8585
/// Bittensor block number until which the bootstrap validator dominates
86-
pub const BOOTSTRAP_END_BLOCK: u64 = 7_800_000;
86+
pub const BOOTSTRAP_END_BLOCK: u64 = 8_000_000;
8787

8888
/// The bootstrap validator hotkey (SS58) that is trusted during bootstrap
8989
pub const BOOTSTRAP_VALIDATOR_SS58: &str = "5GziQCcRpN8NCJktX343brnfuVe3w6gUYieeStXPD1Dag2At";

0 commit comments

Comments
 (0)