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.
2 parents f3b76d8 + 6133648 commit 5de9490Copy full SHA for 5de9490
runtime/src/lib.rs
@@ -951,7 +951,7 @@ parameter_types! {
951
pub const SubtensorInitialNetworkLockReductionInterval: u64 = 14 * 7200;
952
pub const SubtensorInitialNetworkRateLimit: u64 = 7200;
953
pub const SubtensorInitialTargetStakesPerInterval: u16 = 1;
954
- pub const SubtensorInitialKeySwapCost: u64 = 1_000_000_000;
+ pub const SubtensorInitialKeySwapCost: u64 = 100_000_000; // 0.1 TAO
955
pub const InitialAlphaHigh: u16 = 58982; // Represents 0.9 as per the production default
956
pub const InitialAlphaLow: u16 = 45875; // Represents 0.7 as per the production default
957
pub const InitialLiquidAlphaOn: bool = false; // Default value for LiquidAlphaOn
0 commit comments