Skip to content

Commit 209ed55

Browse files
committed
fix: revert BOOTSTRAP_VALIDATOR_SS58 to correct SS58 (5GziQCcR...)
Container was running with wrong mnemonic (12-word test key instead of 24-word production key). Now that .env is fixed, the validator hotkey matches 5GziQCcRpN8NCJktX343brnfuVe3w6gUYieeStXPD1Dag2At again.
1 parent ffa6d44 commit 209ed55

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
@@ -86,7 +86,7 @@ pub const BOOTSTRAP_PERIOD_EPOCHS: u64 = 100;
8686
pub const BOOTSTRAP_END_BLOCK: u64 = 7_681_009;
8787

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

9191
/// Weight assigned to UID 0 during the bootstrap period
9292
pub const BOOTSTRAP_UID0_WEIGHT: u16 = u16::MAX;

0 commit comments

Comments
 (0)