From ff1416dfecfffaa07b08ab633f6a3ba821565969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Tue, 22 Oct 2024 21:58:41 -0500 Subject: [PATCH] fix(system-parachains/bridge-hub-polkadot): `XcmOverBridgeHubPolkadotInstance` -> `XcmOverBridgeHubKusamaInstance` --- .../bridge-hub-polkadot/src/bridge_to_kusama_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_kusama_config.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_kusama_config.rs index 0d1f52de41..07692e2cb1 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_kusama_config.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_kusama_config.rs @@ -411,7 +411,7 @@ pub mod migration { /// Ensure that the existing lanes for the AHR<>AHW bridge are correctly configured. pub type StaticToDynamicLanes = pallet_xcm_bridge_hub::migration::OpenBridgeForLane< Runtime, - XcmOverBridgeHubPolkadotInstance, + XcmOverBridgeHubKusamaInstance, AssetHubPolkadotToAssetHubKusamaMessagesLane, // the lanes are already created for AHP<>AHK, but we need to link them to the bridge // structs