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

This commit is contained in:
Branislav Kontur
2023-12-22 09:44:50 +01:00
committed by GitHub
parent 32c047af38
commit 8d459d9578
2 changed files with 2 additions and 8 deletions
@@ -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",
+1 -7
View File
@@ -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",
]