File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ pub mod pallet {
798
798
#[ pallet:: type_value]
799
799
/// Default value for minimum liquidity in pool
800
800
pub fn DefaultMinimumPoolLiquidity < T : Config > ( ) -> I96F32 {
801
- I96F32 :: saturating_from_num ( 1_000_000_000 )
801
+ I96F32 :: saturating_from_num ( 10_000_000 )
802
802
}
803
803
804
804
#[ pallet:: storage]
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ pub fn migrate_rao<T: Config>() -> Weight {
104
104
SubnetAlphaIn :: < T > :: insert ( netuid, pool_initial_tao) ; // Set initial alpha to pool initial tao.
105
105
SubnetAlphaOut :: < T > :: insert ( netuid, 0 ) ; // Set zero subnet alpha out.
106
106
SubnetMechanism :: < T > :: insert ( netuid, 1 ) ; // Convert to dynamic immediately with initialization.
107
- Tempo :: < T > :: insert ( netuid , DefaultTempo :: < T > :: get ( ) ) ;
107
+
108
108
// Set the token symbol for this subnet using Self instead of Pallet::<T>
109
109
TokenSymbol :: < T > :: insert ( netuid, Pallet :: < T > :: get_symbol_for_subnet ( * netuid) ) ;
110
110
TotalStakeAtDynamic :: < T > :: insert ( netuid, 0 ) ;
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
229
229
// `spec_version`, and `authoring_version` are the same between Wasm and native.
230
230
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
231
231
// the compatible custom types.
232
- spec_version : 232 ,
232
+ spec_version : 233 ,
233
233
impl_version : 1 ,
234
234
apis : RUNTIME_API_VERSIONS ,
235
235
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments