Skip to content

Commit

Permalink
Fix BHR benchmarks compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Nov 6, 2024
1 parent c870e37 commit 61e5251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ where
{
use pallet_xcm_bridge_hub::{Bridge, BridgeId, BridgeState};
use sp_runtime::traits::Zero;
use xcm::latest::ROCOCO_GENESIS_HASH;
use xcm::VersionedInteriorLocation;

// insert bridge metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub use sp_consensus_aura::sr25519::AuthorityId as AuraId;
pub use sp_runtime::{MultiAddress, Perbill, Permill};

#[cfg(feature = "runtime-benchmarks")]
use xcm::latest::{ROCOCO_GENESIS_HASH, WESTEND_GENESIS_HASH};
use xcm::latest::WESTEND_GENESIS_HASH;
use xcm::VersionedLocation;
use xcm_config::{TreasuryAccount, XcmOriginToTransactDispatchOrigin, XcmRouter};

Expand Down

0 comments on commit 61e5251

Please sign in to comment.