Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Set beacon mainnet spec as default (#61)
Browse files Browse the repository at this point in the history
* mainnet default

* set beacon mainnet as default

---------

Co-authored-by: claravanstaden <Cats 4 life!>
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 13, 2023
1 parent e3da458 commit ad86399
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ 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",
Expand Down Expand Up @@ -153,4 +155,6 @@ try-runtime = [
"shell-runtime/try-runtime",
"sp-runtime/try-runtime",
]
beacon-spec-mainnet = []
beacon-spec-mainnet = [
"bridge-hub-rococo-runtime/beacon-spec-mainnet"
]

0 comments on commit ad86399

Please sign in to comment.