Skip to content

Commit

Permalink
facing xcm_cofig
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Oct 3, 2024
1 parent 1ed113e commit 6e23120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xcm-simulator/src/laosish/configs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod balances;
mod system;
// pub mod xcm_config;
pub mod xcm_config;

use crate::laosish::Runtime;

Expand Down
4 changes: 2 additions & 2 deletions xcm-simulator/src/laosish/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub mod mock_msg_queue {

impl mock_msg_queue::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type XcmExecutor = (); // XcmExecutor<configs::xcm_config::XcmConfig>;
type XcmExecutor = XcmExecutor<configs::xcm_config::XcmConfig>;
}

/// No local origins on this chain are allowed to dispatch XCM sends/executions.
Expand Down Expand Up @@ -269,6 +269,6 @@ construct_runtime!(
ParachainInfo: parachain_info,
Balances: pallet_balances,
MsgQueue: mock_msg_queue,
// PolkadotXcm: pallet_xcm,
PolkadotXcm: pallet_xcm,
}
);

0 comments on commit 6e23120

Please sign in to comment.