Skip to content

Commit d06a01b

Browse files
Merge pull request #129 from paritytech/1.13.1-muse-migration
Prepare muse runtime for migration
2 parents 0275ef6 + 967f3a5 commit d06a01b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/testnet/src/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
224224
spec_name: create_runtime_str!("muse"),
225225
impl_name: create_runtime_str!("muse"),
226226
authoring_version: 1,
227-
spec_version: 1005,
227+
spec_version: 1006,
228228
impl_version: 0,
229229
apis: RUNTIME_API_VERSIONS,
230230
transaction_version: 1,
@@ -590,8 +590,8 @@ parameter_types! {
590590
pub NftsPalletFeatures: PalletFeatures = PalletFeatures::all_enabled();
591591
pub const NftsMaxDeadlineDuration: BlockNumber = 12 * 30 * DAYS;
592592
//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;
595595
pub const NftsMetadataDepositBase: Balance = deposit(1, 129);
596596
pub const NftsAttributeDepositBase: Balance = deposit(1, 0);
597597
pub const NftsDepositPerByte: Balance = deposit(0, 1);

0 commit comments

Comments
 (0)