From 63f70006f43eb096298ced6b031717dc018272cd Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Fri, 01 Jul 2022 12:11:06 +0000 Subject: [PATCH] Merge branch 'develop' into fix/admin-transfer --- --- a/runtime/quartz/src/lib.rs +++ b/runtime/quartz/src/lib.rs @@ -924,6 +924,7 @@ type Event = Event; type WeightInfo = pallet_unique::weights::SubstrateWeight; type CommonWeightInfo = CommonWeights; + type RefungibleExtensionsWeightInfo = CommonWeights; } parameter_types! { --- a/runtime/unique/src/lib.rs +++ b/runtime/unique/src/lib.rs @@ -913,6 +913,7 @@ type Event = Event; type WeightInfo = pallet_unique::weights::SubstrateWeight; type CommonWeightInfo = CommonWeights; + type RefungibleExtensionsWeightInfo = CommonWeights; } parameter_types! { -- gitstuff