mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
Update to latest Substrate & Polkadot and also move cli crate (#365)
This commit is contained in:
@@ -56,7 +56,7 @@ sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "maste
|
||||
jsonrpc-core = "15.1.0"
|
||||
|
||||
# Cumulus dependencies
|
||||
cumulus-cli = { path = "../cli" }
|
||||
cumulus-client-cli = { path = "../client/cli" }
|
||||
cumulus-client-consensus-relay-chain = { path = "../client/consensus/relay-chain" }
|
||||
cumulus-client-collator = { path = "../client/collator" }
|
||||
cumulus-client-service = { path = "../client/service" }
|
||||
|
||||
@@ -46,7 +46,7 @@ pub enum Subcommand {
|
||||
ImportBlocks(sc_cli::ImportBlocksCmd),
|
||||
|
||||
/// Remove the whole chain.
|
||||
PurgeChain(cumulus_cli::PurgeChainCmd),
|
||||
PurgeChain(cumulus_client_cli::PurgeChainCmd),
|
||||
|
||||
/// Revert the chain to a previous state.
|
||||
Revert(sc_cli::RevertCmd),
|
||||
|
||||
Reference in New Issue
Block a user