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

Commit

Permalink
Use fast-runtime in BH
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Dec 22, 2023
1 parent 30dba3d commit 6cdb750
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ impl snowbridge_outbound_queue::Config for Runtime {
type Channels = EthereumSystem;
}

#[cfg(feature = "beacon-spec-minimal")]
#[cfg(feature = "fast-runtime")]
parameter_types! {
pub const ChainForkVersions: ForkVersions = ForkVersions {
genesis: Fork {
Expand All @@ -590,7 +590,7 @@ parameter_types! {
};
}

#[cfg(not(feature = "beacon-spec-minimal"))]
#[cfg(not(feature = "fast-runtime"))]
parameter_types! {
pub const ChainForkVersions: ForkVersions = ForkVersions {
genesis: Fork {
Expand Down

0 comments on commit 6cdb750

Please sign in to comment.