@@ -19,6 +19,7 @@ members = [
1919 " frame/hotfix-sufficients" ,
2020 " client/api" ,
2121 " client/aura" ,
22+ " client/babe" ,
2223 " client/consensus" ,
2324 " client/rpc-core" ,
2425 " client/rpc" ,
@@ -91,6 +92,7 @@ sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", tag = "pol
9192sc-client-db = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
9293sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
9394sc-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
95+ sc-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
9496sc-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
9597sc-consensus-manual-seal = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
9698sc-executor = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" }
@@ -112,6 +114,7 @@ sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", tag = "
112114sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
113115sp-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
114116sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
117+ sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
115118sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
116119sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
117120sp-crypto-hashing = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2503-6" , default-features = false }
@@ -176,6 +179,7 @@ ark-std = { version = "0.4.0", default-features = false }
176179# Frontier Client
177180fc-api = { path = " client/api" }
178181fc-aura = { path = " client/aura" }
182+ fc-babe = { path = " client/babe" }
179183fc-cli = { path = " client/cli" , default-features = false }
180184fc-consensus = { path = " client/consensus" }
181185fc-db = { path = " client/db" , default-features = false }
0 commit comments