@@ -235,9 +235,12 @@ cumulus-client-service = { git = "https://github.com/galacticcouncil/polkadot-sd
235235cumulus-client-collator = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
236236cumulus-pallet-aura-ext = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
237237cumulus-pallet-dmp-queue = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
238- cumulus-pallet-parachain-system = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
238+ cumulus-pallet-parachain-system = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false , features = [
239+ " parameterized-consensus-hook" ,
240+ ] }
239241cumulus-pallet-xcm = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
240242cumulus-pallet-xcmp-queue = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
243+ cumulus-primitives-aura = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
241244cumulus-primitives-core = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
242245cumulus-primitives-parachain-inherent = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
243246cumulus-primitives-timestamp = { git = " https://github.com/galacticcouncil/polkadot-sdk" , branch =" release-polkadot-v1.11.0-patch" , default-features = false }
0 commit comments