Skip to content
Snippets Groups Projects
Unverified Commit 8d459d95 authored by Branislav Kontur's avatar Branislav Kontur Committed by GitHub
Browse files

Try to set `beacon-spec-mainnet` as default on runtime and not binary (#2777)

parent 32c047af
No related merge requests found
Pipeline #428579 canceled with stages
in 5 minutes and 35 seconds
......@@ -130,7 +130,7 @@ bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", fe
sp-keyring = { path = "../../../../../substrate/primitives/keyring" }
[features]
default = ["std"]
default = ["beacon-spec-mainnet", "std"]
std = [
"bp-asset-hub-rococo/std",
"bp-asset-hub-westend/std",
......
......@@ -118,13 +118,10 @@ tokio = { version = "1.32.0", features = ["macros", "parking_lot", "time"] }
wait-timeout = "0.2"
[features]
default = [
"beacon-spec-mainnet",
]
default = []
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",
......@@ -164,6 +161,3 @@ try-runtime = [
"shell-runtime/try-runtime",
"sp-runtime/try-runtime",
]
beacon-spec-mainnet = [
"bridge-hub-rococo-runtime/beacon-spec-mainnet",
]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment