diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index 195f6ebc9..abe0da307 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -924,7 +924,13 @@ parameter_types! { .get(DispatchClass::Normal) .max_total .unwrap_or(RuntimeBlockWeights::get().max_block); - pub Schedule: pallet_contracts::Schedule = Default::default(); + pub Schedule: pallet_contracts::Schedule = pallet_contracts::Schedule::{ + limits: pallet_contracts::Limits{ + parameters: 16, + ..Default::default() + }, + ..Default::default() + }; } pub type CurrencyTypeId = u8;