diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index fe631b127e..3ab7ba77e3 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -329,7 +329,7 @@ impl pallet_balances::Config for Runtime { type ReserveIdentifier = [u8; 8]; type WeightInfo = weights::pallet_balances::WeightInfo; type FreezeIdentifier = RuntimeFreezeReason; - type MaxFreezes = ConstU32<1>; + type MaxFreezes = ConstU32<8>; type RuntimeHoldReason = RuntimeHoldReason; type RuntimeFreezeReason = RuntimeFreezeReason; type MaxHolds = ConstU32<2>; diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index 85a8ab6c62..02ca53e6de 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -319,7 +319,7 @@ impl pallet_balances::Config for Runtime { type RuntimeFreezeReason = RuntimeFreezeReason; type FreezeIdentifier = RuntimeFreezeReason; type MaxHolds = ConstU32<1>; - type MaxFreezes = ConstU32<1>; + type MaxFreezes = ConstU32<8>; } parameter_types! {