Skip to content

Commit

Permalink
Fix config loading for substrate chains (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin authored Oct 19, 2023
1 parent 2a8ed31 commit 3ba268f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions hyperspace/core/src/substrate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ pub mod default;
pub mod picasso_kusama;
pub mod picasso_rococo;

pub use default::{
DefaultConfig, DefaultConfig as ComposableConfig, DefaultConfig as PicassoKusamaConfig,
DefaultConfig as PicassoRococoConfig,
};
// pub use composable::ComposableConfig;
// pub use picasso_kusama::PicassoKusamaConfig;
// pub use picasso_rococo::PicassoRococoConfig;
pub use composable::ComposableConfig;
pub use default::DefaultConfig;
pub use picasso_kusama::PicassoKusamaConfig;
pub use picasso_rococo::PicassoRococoConfig;

use codec::{Decode, Encode};
use light_client_common::config::{AsInner, BeefyAuthoritySetT};
Expand Down

0 comments on commit 3ba268f

Please sign in to comment.