File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pub mod pallet {
8686 const STORAGE_VERSION : StorageVersion = StorageVersion :: new ( 6 ) ;
8787
8888 /// Minimum balance required to perform a coldkey swap
89- pub const MIN_BALANCE_TO_PERFORM_COLDKEY_SWAP : u64 = 1_000_000_00 ; // 0.1 TAO in RAO
89+ pub const MIN_BALANCE_TO_PERFORM_COLDKEY_SWAP : u64 = 100_000_000 ; // 0.1 TAO in RAO
9090
9191 #[ pallet:: pallet]
9292 #[ pallet:: without_storage_info]
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139139 // `spec_version`, and `authoring_version` are the same between Wasm and native.
140140 // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
141141 // the compatible custom types.
142- spec_version : 187 ,
142+ spec_version : 194 ,
143143 impl_version : 1 ,
144144 apis : RUNTIME_API_VERSIONS ,
145145 transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments