File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220
220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221
221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222
222
// the compatible custom types.
223
- spec_version : 304 ,
223
+ spec_version : 305 ,
224
224
impl_version : 1 ,
225
225
apis : RUNTIME_API_VERSIONS ,
226
226
transaction_version : 1 ,
@@ -1144,7 +1144,7 @@ parameter_types! {
1144
1144
pub const SubtensorInitialSenateRequiredStakePercentage : u64 = 1 ; // 1 percent of total stake
1145
1145
pub const SubtensorInitialNetworkImmunity : u64 = 7 * 7200 ;
1146
1146
pub const SubtensorInitialMinAllowedUids : u16 = 128 ;
1147
- pub const SubtensorInitialMinLockCost : u64 = prod_or_fast! ( 1_000_000_000_000 , 100_000_000_000 ) ; // 1000 TAO for prod, 100 TAO for fast
1147
+ pub const SubtensorInitialMinLockCost : u64 = 1_000_000_000_000 ; // 1000 TAO
1148
1148
pub const SubtensorInitialSubnetOwnerCut : u16 = 11_796 ; // 18 percent
1149
1149
// pub const SubtensorInitialSubnetLimit: u16 = 12; // (DEPRECATED)
1150
1150
pub const SubtensorInitialNetworkLockReductionInterval : u64 = 14 * 7200 ;
You can’t perform that action at this time.
0 commit comments