mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Kitchensink chain: Add BEEFY support (#2856)
Related to https://github.com/paritytech/polkadot-sdk/issues/2787 Adding BEEFY support to the kitchensink chain in order to be able to extend the current warp sync zombienet tests with BEEFY enabled
This commit is contained in:
@@ -24,6 +24,8 @@ sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||
sc-client-api = { path = "../../../client/api" }
|
||||
sc-consensus-babe = { path = "../../../client/consensus/babe" }
|
||||
sc-consensus-babe-rpc = { path = "../../../client/consensus/babe/rpc" }
|
||||
sc-consensus-beefy = { path = "../../../client/consensus/beefy" }
|
||||
sc-consensus-beefy-rpc = { path = "../../../client/consensus/beefy/rpc" }
|
||||
sc-consensus-grandpa = { path = "../../../client/consensus/grandpa" }
|
||||
sc-consensus-grandpa-rpc = { path = "../../../client/consensus/grandpa/rpc" }
|
||||
sc-mixnet = { path = "../../../client/mixnet" }
|
||||
|
||||
Reference in New Issue
Block a user