Skip to content

Commit

Permalink
added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
x3c41a committed Sep 30, 2024
1 parent b60b6fd commit a849317
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ use frame_support::{dispatch::GetDispatchInfo, parameter_types, traits::ConstU8}
use parachains_common::{AccountId, AuraId, Balance};
use snowbridge_core::ChannelId;
use sp_consensus_aura::SlotDuration;
use sp_core::H160;
use sp_core::{crypto::Ss58Codec, H160};
use sp_keyring::AccountKeyring::Alice;
use sp_runtime::{
generic::{Era, SignedPayload},
AccountId32, Perbill,
};
use testnet_parachains_constants::rococo::{consensus::*, fee::WeightToFee};
use xcm::latest::prelude::*;
use xcm_runtime_apis::conversions::LocationToAccountHelper;

parameter_types! {
pub CheckingAccount: AccountId = PolkadotXcm::check_account();
Expand Down

0 comments on commit a849317

Please sign in to comment.