[BridgeHub] Setup Rococo backbone parachain

This commit is contained in:
Branislav Kontur
2022-07-28 18:18:59 +02:00
parent d2827e4174
commit e48282b840
17 changed files with 1688 additions and 0 deletions
Generated
+58
View File
@@ -713,6 +713,63 @@ dependencies = [
"thiserror",
]
[[package]]
name = "bridge-hub-rococo-runtime"
version = "0.1.0"
dependencies = [
"cumulus-pallet-aura-ext",
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system",
"cumulus-pallet-session-benchmarking",
"cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue",
"cumulus-primitives-core",
"cumulus-primitives-timestamp",
"cumulus-primitives-utility",
"frame-benchmarking",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal",
"log",
"pallet-aura",
"pallet-authorship",
"pallet-balances",
"pallet-collator-selection",
"pallet-session",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-xcm",
"parachain-info",
"parity-scale-codec",
"polkadot-parachain 0.9.27",
"polkadot-runtime-common",
"scale-info",
"serde",
"smallvec",
"sp-api",
"sp-block-builder",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-std",
"sp-transaction-pool",
"sp-version",
"substrate-wasm-builder",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "bs58"
version = "0.4.0"
@@ -7678,6 +7735,7 @@ version = "0.9.300"
dependencies = [
"assert_cmd",
"async-trait",
"bridge-hub-rococo-runtime",
"clap 4.0.18",
"collectives-polkadot-runtime",
"contracts-rococo-runtime",