Skip to content

Commit 4a206a2

Browse files
committed
reduce key swap cost to 0.1 TAO
1 parent bc08dc8 commit 4a206a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ parameter_types! {
956956
pub const SubtensorInitialNetworkLockReductionInterval: u64 = 14 * 7200;
957957
pub const SubtensorInitialNetworkRateLimit: u64 = 7200;
958958
pub const SubtensorInitialTargetStakesPerInterval: u16 = 1;
959-
pub const SubtensorInitialKeySwapCost: u64 = 1_000_000_000;
959+
pub const SubtensorInitialKeySwapCost: u64 = 100_000_000; // 0.1 TAO
960960
pub const InitialAlphaHigh: u16 = 58982; // Represents 0.9 as per the production default
961961
pub const InitialAlphaLow: u16 = 45875; // Represents 0.7 as per the production default
962962
pub const InitialLiquidAlphaOn: bool = false; // Default value for LiquidAlphaOn

0 commit comments

Comments
 (0)