Skip to content

Commit

Permalink
fix(system-parachains/bridge-hub-kusama): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Oct 23, 2024
1 parent ff1416d commit f7003d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ pub mod migration {
parameter_types! {
pub AssetHubKusamaToAssetHubPolkadotMessagesLane: LegacyLaneId = LegacyLaneId([0, 0, 0, 1]);
pub AssetHubKusamaLocation: Location = Location::new(1, [Parachain(bp_asset_hub_kusama::ASSET_HUB_KUSAMA_PARACHAIN_ID)]);
pub AssetHubPolkadotUniversalLocation: InteriorLocation = [GlobalConsensus(KusamaGlobalConsensusNetwork::get()), Parachain(bp_asset_hub_polkadot::ASSET_HUB_POLKADOT_PARACHAIN_ID)].into();
pub AssetHubPolkadotUniversalLocation: InteriorLocation = [GlobalConsensus(PolkadotGlobalConsensusNetwork::get()), Parachain(bp_asset_hub_polkadot::ASSET_HUB_POLKADOT_PARACHAIN_ID)].into();
}

/// Ensure that the existing lanes for the AHR<>AHW bridge are correctly configured.
Expand Down

0 comments on commit f7003d1

Please sign in to comment.