Skip to content

Commit

Permalink
fixed last TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Nov 30, 2023
1 parent 7081b8b commit 45f6e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ parameter_types! {
);

/// Identifier of the sibling Kusama Asset Hub parachain.
pub AssetHubKusamaParaId: cumulus_primitives_core::ParaId = 1000.into(); // TODO: bp_asset_hub_kusama::ASSET_HUB_KUSAMA_PARACHAIN_ID.into();
pub AssetHubKusamaParaId: cumulus_primitives_core::ParaId = kusama_runtime_constants::system_parachain::ASSET_HUB_ID;
/// A route (XCM location and bridge lane) that the Kusama Asset Hub -> Polkadot Asset Hub
/// message is following.
pub FromAssetHubKusamaToAssetHubPolkadotRoute: SenderAndLane = SenderAndLane::new(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ parameter_types! {
);

/// Identifier of the sibling Polkadot Asset Hub parachain.
pub AssetHubPolkadotParaId: cumulus_primitives_core::ParaId = 1000.into(); // TODO: bp_asset_hub_polkadot::ASSET_HUB_POLKADOT_PARACHAIN_ID.into();
pub AssetHubPolkadotParaId: cumulus_primitives_core::ParaId = polkadot_runtime_constants::system_parachain::ASSET_HUB_ID.into();
/// A route (XCM location and bridge lane) that the Polkadot Asset Hub -> Kusama Asset Hub
/// message is following.
pub FromAssetHubPolkadotToAssetHubKusamaRoute: SenderAndLane = SenderAndLane::new(
Expand Down

0 comments on commit 45f6e1e

Please sign in to comment.