File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
224
224
spec_name : create_runtime_str ! ( "muse" ) ,
225
225
impl_name : create_runtime_str ! ( "muse" ) ,
226
226
authoring_version : 1 ,
227
- spec_version : 1005 ,
227
+ spec_version : 1006 ,
228
228
impl_version : 0 ,
229
229
apis : RUNTIME_API_VERSIONS ,
230
230
transaction_version : 1 ,
@@ -590,8 +590,8 @@ parameter_types! {
590
590
pub NftsPalletFeatures : PalletFeatures = PalletFeatures :: all_enabled( ) ;
591
591
pub const NftsMaxDeadlineDuration : BlockNumber = 12 * 30 * DAYS ;
592
592
//TODO: Set NftCollectionDeposit and NftItemDeposit to EXISTENTIAL_DEPOSIT after migration
593
- pub const NftsCollectionDeposit : Balance = EXISTENTIAL_DEPOSIT ;
594
- pub const NftsItemDeposit : Balance = EXISTENTIAL_DEPOSIT ;
593
+ pub const NftsCollectionDeposit : Balance = 0 ;
594
+ pub const NftsItemDeposit : Balance = 0 ;
595
595
pub const NftsMetadataDepositBase : Balance = deposit( 1 , 129 ) ;
596
596
pub const NftsAttributeDepositBase : Balance = deposit( 1 , 0 ) ;
597
597
pub const NftsDepositPerByte : Balance = deposit( 0 , 1 ) ;
You can’t perform that action at this time.
0 commit comments