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 {
86
86
const STORAGE_VERSION : StorageVersion = StorageVersion :: new ( 6 ) ;
87
87
88
88
/// 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
90
90
91
91
#[ pallet:: pallet]
92
92
#[ pallet:: without_storage_info]
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139
139
// `spec_version`, and `authoring_version` are the same between Wasm and native.
140
140
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
141
141
// the compatible custom types.
142
- spec_version : 187 ,
142
+ spec_version : 194 ,
143
143
impl_version : 1 ,
144
144
apis : RUNTIME_API_VERSIONS ,
145
145
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments