This commit is contained in:
Gav Wood
2021-10-23 23:26:04 +02:00
parent 8159c2c5f9
commit 8f48998279
12 changed files with 333 additions and 233 deletions
+1
View File
@@ -110,6 +110,7 @@ parameter_types! {
pub Ancestry: MultiLocation = X1(Parachain(1u32.into())).into();
pub UnitWeightCost: Weight = 1_000_000;
pub const MaxInstructions: u32 = 100;
pub const MaxAssetsIntoHolding: u32 = 64;
}
/// Means for transacting assets on this chain.