mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Adds Snowbridge to Rococo runtime (#2522)
# Description Adds Snowbridge to the Rococo bridge hub runtime. Includes config changes required in Rococo asset hub. --------- Co-authored-by: Alistair Singh <alistair.singh7@gmail.com> Co-authored-by: ron <yrong1997@gmail.com> Co-authored-by: Vincent Geddes <vincent.geddes@hey.com> Co-authored-by: claravanstaden <Cats 4 life!>
This commit is contained in:
@@ -118,10 +118,13 @@ tokio = { version = "1.32.0", features = ["macros", "parking_lot", "time"] }
|
||||
wait-timeout = "0.2"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = [
|
||||
"beacon-spec-mainnet",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"asset-hub-rococo-runtime/runtime-benchmarks",
|
||||
"asset-hub-westend-runtime/runtime-benchmarks",
|
||||
"beacon-spec-mainnet",
|
||||
"bridge-hub-rococo-runtime/runtime-benchmarks",
|
||||
"bridge-hub-westend-runtime/runtime-benchmarks",
|
||||
"collectives-westend-runtime/runtime-benchmarks",
|
||||
@@ -161,3 +164,6 @@ try-runtime = [
|
||||
"shell-runtime/try-runtime",
|
||||
"sp-runtime/try-runtime",
|
||||
]
|
||||
beacon-spec-mainnet = [
|
||||
"bridge-hub-rococo-runtime/beacon-spec-mainnet",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user