git.delta.rocks / unique-network / refs/commits / 63f70006f43e

difftreelog

Merge branch 'develop' into fix/admin-transfer

Igor Kozyrev2022-07-01parents: #1f19fbb #cde697e.patch.diff
in: master

2 files changed

modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
924 type Event = Event;924 type Event = Event;
925 type WeightInfo = pallet_unique::weights::SubstrateWeight<Self>;925 type WeightInfo = pallet_unique::weights::SubstrateWeight<Self>;
926 type CommonWeightInfo = CommonWeights<Self>;926 type CommonWeightInfo = CommonWeights<Self>;
927 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;
927}928}
928929
929parameter_types! {930parameter_types! {
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
913 type Event = Event;913 type Event = Event;
914 type WeightInfo = pallet_unique::weights::SubstrateWeight<Self>;914 type WeightInfo = pallet_unique::weights::SubstrateWeight<Self>;
915 type CommonWeightInfo = CommonWeights<Self>;915 type CommonWeightInfo = CommonWeights<Self>;
916 type RefungibleExtensionsWeightInfo = CommonWeights<Self>;
916}917}
917918
918parameter_types! {919parameter_types! {