@@ -199,6 +199,9 @@ frame-system-rpc-runtime-api = { default-features = false, git = "https://github
199199frame-try-runtime = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
200200pallet-aura = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
201201pallet-balances = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
202+ pallet-beefy = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
203+ pallet-beefy-mmr = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
204+ pallet-mmr = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
202205pallet-grandpa = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
203206pallet-session = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
204207pallet-sudo = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
@@ -214,6 +217,8 @@ sc-client-api = { default-features = false, git = "https://github.com/paritytech
214217sc-client-db = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
215218sc-consensus = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
216219sc-consensus-aura = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
220+ sc-consensus-beefy = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
221+ sc-consensus-beefy-rpc = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
217222sc-consensus-grandpa = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
218223sc-consensus-grandpa-rpc = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
219224sc-executor = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
@@ -234,6 +239,7 @@ sp-block-builder = { default-features = false, git = "https://github.com/parityt
234239sp-blockchain = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
235240sp-consensus = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
236241sp-consensus-aura = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
242+ sp-consensus-beefy = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
237243sp-consensus-grandpa = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
238244sp-consensus-slots = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
239245sp-core = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2506" }
0 commit comments