Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 committed Jan 3, 2025
1 parent 133d428 commit 38dbb7c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion evm-template/runtime/tests/xcm_mock/parachain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ use xcm_builder::{
};
use xcm_executor::XcmExecutor;
use xcm_primitives::{AbsoluteAndRelativeReserve, AccountIdToLocation, AsAssetType};
use xcm_simulator::mock_message_queue;

use crate::relay_chain::MessageQueueServiceWeight;

Expand All @@ -57,6 +56,14 @@ impl frame_system::Config for Runtime {
type Lookup = IdentityLookup<Self::AccountId>;
// The action to take on a Runtime Upgrade
type OnSetCode = cumulus_pallet_parachain_system::ParachainSetCode<Self>;
// Converts a module to an index of this module in the runtime.
type PalletInfo = PalletInfo;
// The aggregated dispatch type that is available for extrinsics.
type RuntimeCall = RuntimeCall;
// The ubiquitous event type.
type RuntimeEvent = RuntimeEvent;
// The ubiquitous origin type.
type RuntimeOrigin = RuntimeOrigin;
}

#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)]
Expand Down

0 comments on commit 38dbb7c

Please sign in to comment.